]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselectall.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actionselectall.cpp
index 9a58bfe2571f406e4c4f02cd9a584ce9c54cf8aa..912dce514d3b7cbdd06c8ed22a1031d76630586a 100644 (file)
@@ -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;