]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlineparallelthrough.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlineparallelthrough.h
index 4963bc87f23fa425abb314553f6b8c216d3a4df1..8a6acd3a07611867e32d058199e0777614899b15 100644 (file)
@@ -23,7 +23,7 @@ class RS_ActionDrawLineParallelThrough: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDrawLineParallelThrough(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionDrawLineParallelThrough(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionDrawLineParallelThrough();
 
                virtual RS2::ActionType rtti();