X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fentity.h;fp=src%2Fbase%2Fentity.h;h=429ded28a6dccc5fba872388cbdd6cbdf97dbf25;hb=a18a12fc3bcb18e5c7ca5494d7f97fb8b93f90a2;hp=c7c996c875b0ea41df68253d4dc772ef158add8a;hpb=5adb444f3e523d3fd028617ced72d1ea6661db21;p=architektonas diff --git a/src/base/entity.h b/src/base/entity.h index c7c996c..429ded2 100644 --- a/src/base/entity.h +++ b/src/base/entity.h @@ -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();