]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinepolygon2.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlinepolygon2.h
index e8569768a51ef04c6b1e5e9e6522a254ab32f94b..243a56f027dc845acfd133740312c67341c8fb5f 100644 (file)
@@ -19,7 +19,7 @@ class RS_ActionDrawLinePolygon2: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDrawLinePolygon2(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionDrawLinePolygon2(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionDrawLinePolygon2();
 
                virtual RS2::ActionType rtti();