]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselectsingle.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionselectsingle.cpp
index 33792d3998515dc86dcb1667b8569892a95c9bd5..28f966ae9cebbf9ee2906977850d21ca4fbd2d35 100644 (file)
@@ -17,7 +17,7 @@
 #include "rs_dialogfactory.h"
 #include "rs_selection.h"
 
-RS_ActionSelectSingle::RS_ActionSelectSingle(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionSelectSingle::RS_ActionSelectSingle(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Select Entities", container, graphicView)
 {
        en = NULL;