]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_entitycontainer.h
In the middle of major refactoring...
[architektonas] / src / base / rs_entitycontainer.h
index 9d968bbc863aab277db830f06b7394589963c39e..4e4cf227edfe6e923b0793d69183b19284ceb5cb 100644 (file)
@@ -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);