X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectall.h;h=daef00f6496a35a1991b0ec449e1f18b8ee3ed46;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=c12d0289f8da73b98f7d85a193102886c34e4f9e;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;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();