]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_entity.h
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_entity.h
index 74105c602a56947a1a6ea6e6b3554d66884e4105..7764832ead6f708391134f0028d8e07d7b22fbaa 100644 (file)
@@ -15,7 +15,7 @@ class RS_Block;
 class RS_Circle;
 class RS_Document;
 class RS_EntityContainer;
-class RS_Graphic;
+class Drawing;
 class RS_GraphicView;
 class RS_Insert;
 class RS_Line;
@@ -59,7 +59,7 @@ class RS_Entity: public RS_Undoable
                virtual double getLength();
                RS_EntityContainer * getParent() const;
                void setParent(RS_EntityContainer * p);
-               RS_Graphic * getGraphic();
+               Drawing * getGraphic();
                RS_Block * getBlock();
                RS_Insert * getInsert();
                RS_Entity * getBlockOrInsert();