X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectall.cpp;h=912dce514d3b7cbdd06c8ed22a1031d76630586a;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=9a58bfe2571f406e4c4f02cd9a584ce9c54cf8aa;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actionselectall.cpp b/src/actions/rs_actionselectall.cpp index 9a58bfe..912dce5 100644 --- a/src/actions/rs_actionselectall.cpp +++ b/src/actions/rs_actionselectall.cpp @@ -18,7 +18,7 @@ #include "rs_selection.h" RS_ActionSelectAll::RS_ActionSelectAll(RS_EntityContainer & container, - RS_GraphicView & graphicView, bool select): + GraphicView & graphicView, bool select): RS_ActionInterface("Select All Entities", container, graphicView) { this->select = select;