]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselect.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionselect.cpp
index 15afb6fbf44b413c7716f292e337febb0b5d07a9..1fe684a39549a57acbb3b7228d8d6be4d64d96fc 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "rs_actionselectsingle.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
-RS_ActionSelect::RS_ActionSelect(RS_EntityContainer & container, RS_GraphicView & graphicView, RS2::ActionType nextAction):
+RS_ActionSelect::RS_ActionSelect(RS_EntityContainer & container, GraphicView & graphicView, RS2::ActionType nextAction):
        RS_ActionInterface("Select Entities", container, graphicView)
 {
        this->nextAction = nextAction;