]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionfileopen.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionfileopen.cpp
index 517670f17b5492fc5e12c43ed7b6b140b8b687ca..a8d1fa80874d3944e6db1bdb881122b86d7de69e 100644 (file)
@@ -16,7 +16,7 @@
 
 //#include "drawing.h"
 
-RS_ActionFileOpen::RS_ActionFileOpen(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionFileOpen::RS_ActionFileOpen(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("File Open", container, graphicView)
 {
 }