]> Shamusworld >> Repos - architektonas/blobdiff - src/base/entity.h
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / base / entity.h
index c7c996c875b0ea41df68253d4dc772ef158add8a..429ded28a6dccc5fba872388cbdd6cbdf97dbf25 100644 (file)
@@ -59,7 +59,7 @@ class Entity: public Undoable
                virtual double getLength();
                EntityContainer * getParent() const;
                void setParent(EntityContainer * p);
-               Drawing * getGraphic();
+               Drawing * GetDrawing();
                Block * getBlock();
                Insert * getInsert();
                Entity * getBlockOrInsert();