]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlineangle.h
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actiondrawlineangle.h
index 71c5ec46dde1541dbc5a56bb6696e199cc80818f..49b1c3cdbd9b46986611152d9a29ad28c28367aa 100644 (file)
@@ -23,7 +23,7 @@ class RS_ActionDrawLineAngle: public RS_PreviewActionInterface
                        SetLength     /**< Setting length in the command line. */
                };
 
-               RS_ActionDrawLineAngle(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
+               RS_ActionDrawLineAngle(RS_EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
                ~RS_ActionDrawLineAngle();
 
                virtual RS2::ActionType rtti();