X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawlineangle.h;h=49b1c3cdbd9b46986611152d9a29ad28c28367aa;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=71c5ec46dde1541dbc5a56bb6696e199cc80818f;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawlineangle.h b/src/actions/rs_actiondrawlineangle.h index 71c5ec4..49b1c3c 100644 --- a/src/actions/rs_actiondrawlineangle.h +++ b/src/actions/rs_actiondrawlineangle.h @@ -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();