]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawarctangential.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawarctangential.h
index bca26bdf222ed4b6d8cab120ee742beec2e36ef9..1d56f14495409fbd826dde6f2ff232f54bc1c6f2 100644 (file)
@@ -25,7 +25,7 @@ class RS_ActionDrawArcTangential: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDrawArcTangential(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionDrawArcTangential(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionDrawArcTangential();
 
                virtual RS2::ActionType rtti();