]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinerectangle.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlinerectangle.h
index 6097a155000d8bb1d16067b4efcae1eca06d2dd2..2bf88a007a77ece19ccf1bde43e5e760e531f3b7 100644 (file)
@@ -23,7 +23,7 @@ class RS_ActionDrawLineRectangle: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDrawLineRectangle(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionDrawLineRectangle(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionDrawLineRectangle();
 
                void reset();