X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_entitycontainer.h;h=4e4cf227edfe6e923b0793d69183b19284ceb5cb;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=9d968bbc863aab277db830f06b7394589963c39e;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_entitycontainer.h b/src/base/rs_entitycontainer.h index 9d968bb..4e4cf22 100644 --- a/src/base/rs_entitycontainer.h +++ b/src/base/rs_entitycontainer.h @@ -99,9 +99,7 @@ class RS_EntityContainer: public RS_Entity virtual void stretch(Vector firstCorner, Vector secondCorner, Vector offset); virtual void moveRef(const Vector & ref, const Vector & offset); virtual void moveSelectedRef(const Vector & ref, const Vector & offset); - -// virtual void draw(RS_Painter* painter, RS_GraphicView* view, double patternOffset=0.0); - virtual void draw(PaintInterface * painter, RS_GraphicView * view, double patternOffset = 0.0); + virtual void draw(PaintInterface * painter, GraphicView * view, double patternOffset = 0.0); friend std::ostream & operator<<(std::ostream & os, RS_EntityContainer & ec);