X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionblocksremove.h;h=1d323a11974a501cab924b94a6590b1c1c959903;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=85c92678e9a190a78a5b3bd7840e5ca26e4d291d;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionblocksremove.h b/src/actions/actionblocksremove.h index 85c9267..1d323a1 100644 --- a/src/actions/actionblocksremove.h +++ b/src/actions/actionblocksremove.h @@ -12,7 +12,7 @@ class ActionBlocksRemove: public ActionInterface { public: - ActionBlocksRemove(RS_EntityContainer & container, GraphicView & graphicView); + ActionBlocksRemove(EntityContainer & container, GraphicView & graphicView); ~ActionBlocksRemove(); virtual void init(int status = 0);