X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_constructionline.cpp;h=20b9ccde6e61f8dbfe0f1af873c8510d21a55c51;hb=20cce16e98fc9b052c5862efa6394a285971e846;hp=de542770ad82f9e0e6cb2f959cc94de55a2ae8ba;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_constructionline.cpp b/src/base/rs_constructionline.cpp index de54277..20b9ccd 100644 --- a/src/base/rs_constructionline.cpp +++ b/src/base/rs_constructionline.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -217,6 +219,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. */