X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_entity.h;h=7764832ead6f708391134f0028d8e07d7b22fbaa;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=74105c602a56947a1a6ea6e6b3554d66884e4105;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_entity.h b/src/base/rs_entity.h index 74105c6..7764832 100644 --- a/src/base/rs_entity.h +++ b/src/base/rs_entity.h @@ -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();