X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawlineangle.h;h=49b1c3cdbd9b46986611152d9a29ad28c28367aa;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=71c5ec46dde1541dbc5a56bb6696e199cc80818f;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;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();