]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifydeletefree.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionmodifydeletefree.h
index c7fd4fe92bf5053502c88792ee79c0d493ce17cd..c88c6ee011a7f601827fddd500a2bcec71de742a 100644 (file)
@@ -15,7 +15,7 @@ class RS_Polyline;
 class RS_ActionModifyDeleteFree: public RS_ActionInterface
 {
        public:
-               RS_ActionModifyDeleteFree(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionModifyDeleteFree(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionModifyDeleteFree();
 
                virtual void init(int status = 0);