]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselectlayer.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actionselectlayer.cpp
index 72306ec7fa27c98f0fc2de9634921bcab920a9f6..788e40376dd5ab601a9f6d49dafb14d1fa2e2427 100644 (file)
@@ -17,7 +17,7 @@
 #include "rs_dialogfactory.h"
 #include "rs_selection.h"
 
-RS_ActionSelectLayer::RS_ActionSelectLayer(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionSelectLayer::RS_ActionSelectLayer(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Select Layers", container, graphicView)
 {
        en = NULL;