X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectall.h;h=daef00f6496a35a1991b0ec449e1f18b8ee3ed46;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=c12d0289f8da73b98f7d85a193102886c34e4f9e;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actionselectall.h b/src/actions/rs_actionselectall.h index c12d028..daef00f 100644 --- a/src/actions/rs_actionselectall.h +++ b/src/actions/rs_actionselectall.h @@ -11,7 +11,7 @@ class RS_ActionSelectAll: public RS_ActionInterface { public: - RS_ActionSelectAll(RS_EntityContainer & container, RS_GraphicView & graphicView, bool select); + RS_ActionSelectAll(RS_EntityContainer & container, GraphicView & graphicView, bool select); ~RS_ActionSelectAll(); virtual RS2::ActionType rtti();