]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_constructionline.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_constructionline.cpp
index de542770ad82f9e0e6cb2f959cc94de55a2ae8ba..f598a4faccde8240b90cdadb0a3e04ea4ca64dab 100644 (file)
@@ -217,6 +217,10 @@ void RS_ConstructionLine::mirror(Vector axisPoint1, Vector axisPoint2)
        data.point2.mirror(axisPoint1, axisPoint2);
 }
 
+/*virtual*/ void RS_ConstructionLine::draw(PaintInterface *, GraphicView *, double)
+{
+}
+
 /**
  * Dumps the point's data to stdout.
  */