X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimlinear.h;h=bc0ae783be36b90cd864d8f10c801848b023c3be;hb=48105dec9198cf5a81dd9286010d0d45e28f70c3;hp=60113664c4defd1f917b714933ef95c98263fbb7;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actiondimlinear.h b/src/actions/actiondimlinear.h index 6011366..bc0ae78 100644 --- a/src/actions/actiondimlinear.h +++ b/src/actions/actiondimlinear.h @@ -34,7 +34,8 @@ class ActionDimLinear: public ActionDimension }; public: - ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false); + ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView, + double angle = 0.0, bool fixedAngle = false); ~ActionDimLinear(); virtual RS2::ActionType rtti(); @@ -62,7 +63,6 @@ class ActionDimLinear: public ActionDimension * Is the angle fixed? */ bool fixedAngle; - /** Last status before entering text or angle. */ Status lastStatus; };