]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinerelangle.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlinerelangle.h
index 6908afad7402809b4a8c8319c93a2ca9f447578c..beaf461460a3e172acf14109159fc80337db4b4d 100644 (file)
@@ -24,7 +24,7 @@ class RS_ActionDrawLineRelAngle: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDrawLineRelAngle(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
+               RS_ActionDrawLineRelAngle(RS_EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
                ~RS_ActionDrawLineRelAngle();
 
                virtual RS2::ActionType rtti();