X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawlinerelangle.h;h=beaf461460a3e172acf14109159fc80337db4b4d;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=6908afad7402809b4a8c8319c93a2ca9f447578c;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawlinerelangle.h b/src/actions/rs_actiondrawlinerelangle.h index 6908afa..beaf461 100644 --- a/src/actions/rs_actiondrawlinerelangle.h +++ b/src/actions/rs_actiondrawlinerelangle.h @@ -24,7 +24,7 @@ class RS_ActionDrawLineRelAngle: public RS_PreviewActionInterface }; public: - RS_ActionDrawLineRelAngle(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false); + RS_ActionDrawLineRelAngle(RS_EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false); ~RS_ActionDrawLineRelAngle(); virtual RS2::ActionType rtti();