]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondimleader.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondimleader.h
index 545bff6e8194fff6deed118dcd9a195fdf6ba410..91f5e3e1926f18eef837ff1079c2e3aeda9a0ef0 100644 (file)
@@ -25,7 +25,7 @@ class RS_ActionDimLeader: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDimLeader(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionDimLeader(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionDimLeader();
 
                //static QAction * createGUIAction(RS2::ActionType /*type*/, QObject * /*parent*/);