X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawlinetangent2.h;h=374e3041572edc52b2334d2af064b4e14fce12ae;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=7b7cd5cefc8b5b38bfd1ee60b18cc89eee125953;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actiondrawlinetangent2.h b/src/actions/rs_actiondrawlinetangent2.h index 7b7cd5c..374e304 100644 --- a/src/actions/rs_actiondrawlinetangent2.h +++ b/src/actions/rs_actiondrawlinetangent2.h @@ -20,7 +20,7 @@ class RS_ActionDrawLineTangent2: public RS_PreviewActionInterface }; public: - RS_ActionDrawLineTangent2(RS_EntityContainer & container, RS_GraphicView & graphicView); + RS_ActionDrawLineTangent2(RS_EntityContainer & container, GraphicView & graphicView); ~RS_ActionDrawLineTangent2(); virtual void trigger();