]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifytrim.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionmodifytrim.h
index 5c374069b51e0f40260f0895039c48c6252b6a0e..f88156d6ef9347b50ddfe0774594644763146860 100644 (file)
@@ -23,7 +23,7 @@ class RS_ActionModifyTrim: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionModifyTrim(RS_EntityContainer & container, RS_GraphicView & graphicView, bool both = false);
+               RS_ActionModifyTrim(RS_EntityContainer & container, GraphicView & graphicView, bool both = false);
                ~RS_ActionModifyTrim();
 
                virtual void init(int status = 0);