X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_constructionline.cpp;h=f598a4faccde8240b90cdadb0a3e04ea4ca64dab;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=de542770ad82f9e0e6cb2f959cc94de55a2ae8ba;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_constructionline.cpp b/src/base/rs_constructionline.cpp index de54277..f598a4f 100644 --- a/src/base/rs_constructionline.cpp +++ b/src/base/rs_constructionline.cpp @@ -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. */