X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionmodifyentity.h;h=c38477b2f28bab796ffa272da64f79ba61d92015;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=f790bc4e079560fd3d54d4970bd1f74d3c36de1e;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionmodifyentity.h b/src/actions/rs_actionmodifyentity.h index f790bc4..c38477b 100644 --- a/src/actions/rs_actionmodifyentity.h +++ b/src/actions/rs_actionmodifyentity.h @@ -14,7 +14,7 @@ class RS_ActionModifyEntity: public RS_ActionInterface { //Q_OBJECT public: - RS_ActionModifyEntity(RS_EntityContainer & container, RS_GraphicView & graphicView); + RS_ActionModifyEntity(RS_EntityContainer & container, GraphicView & graphicView); ~RS_ActionModifyEntity(); virtual void trigger();