X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectall.cpp;h=912dce514d3b7cbdd06c8ed22a1031d76630586a;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=9a58bfe2571f406e4c4f02cd9a584ce9c54cf8aa;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;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;