]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyentity.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionmodifyentity.h
index f790bc4e079560fd3d54d4970bd1f74d3c36de1e..c38477b2f28bab796ffa272da64f79ba61d92015 100644 (file)
@@ -14,7 +14,7 @@ class RS_ActionModifyEntity: public RS_ActionInterface
 {
        //Q_OBJECT
        public:
-               RS_ActionModifyEntity(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionModifyEntity(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionModifyEntity();
 
                virtual void trigger();