]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinetangent1.h
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actiondrawlinetangent1.h
index 0269434c6f06cfb9bcdb044c95cc3a43ffbebd61..b772f74ca7a1bc9b138088f20c017fb4bdfdd08f 100644 (file)
@@ -23,7 +23,7 @@ class RS_ActionDrawLineTangent1: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionDrawLineTangent1(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionDrawLineTangent1(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionDrawLineTangent1();
 
                virtual void trigger();