]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionfilesave.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionfilesave.cpp
index dc040c8ee8a518a5ad075999ed8222538d9fcc35..06274c48ea215fbbb2179f17d179a8adf9fdbc4c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "drawing.h"
 
-RS_ActionFileSave::RS_ActionFileSave(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionFileSave::RS_ActionFileSave(RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("File Save", container, graphicView)
 {
 }