X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionselectall.h;h=a67a1bb13a3ba93ec91f6f110c2c2bf33af68e38;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=8cce0c3d1a11db8d6a7dc10b6af2915b8173c0c3;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionselectall.h b/src/actions/actionselectall.h index 8cce0c3..a67a1bb 100644 --- a/src/actions/actionselectall.h +++ b/src/actions/actionselectall.h @@ -12,7 +12,7 @@ class ActionSelectAll: public ActionInterface { public: - ActionSelectAll(RS_EntityContainer & container, GraphicView & graphicView, bool select); + ActionSelectAll(EntityContainer & container, GraphicView & graphicView, bool select); ~ActionSelectAll(); virtual RS2::ActionType rtti();