]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionfilenew.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionfilenew.cpp
index 980e4b9bb87a3f872e8be0ef22c932c4a5f40214..6ed300a995850277967e460862c77a37da6a8331 100644 (file)
@@ -16,7 +16,7 @@
 
 //#include "drawing.h"
 
-RS_ActionFileNew::RS_ActionFileNew(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionFileNew::RS_ActionFileNew(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("File New", container, graphicView)
 {
 }