X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_constructionline.h;h=c5d797e6ae5a0a263b6270b7bce5b86bbb2b89aa;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=321d0e45aaaafcde19359c04477a060c46289d57;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_constructionline.h b/src/base/rs_constructionline.h index 321d0e4..c5d797e 100644 --- a/src/base/rs_constructionline.h +++ b/src/base/rs_constructionline.h @@ -68,8 +68,8 @@ class RS_ConstructionLine: public RS_AtomicEntity virtual void rotate(Vector center, double angle); virtual void scale(Vector center, Vector factor); virtual void mirror(Vector axisPoint1, Vector axisPoint2); - virtual void draw(PaintInterface * /*painter*/, RS_GraphicView * /*view*/, - double /*patternOffset*/) {} + virtual void draw(PaintInterface * /*painter*/, GraphicView * /*view*/, + double /*patternOffset*/); friend std::ostream & operator<<(std::ostream & os, const RS_ConstructionLine & l); virtual void calculateBorders();