]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondimlinear.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondimlinear.h
index 471c03be2ceffc0d3fd4f4721bc65ac87a2eacec..289d2430948a99b8ec64ce455f6d464e46ae6468 100644 (file)
@@ -34,7 +34,7 @@ class RS_ActionDimLinear: public RS_ActionDimension
                };
 
        public:
-               RS_ActionDimLinear(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
+               RS_ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
                ~RS_ActionDimLinear();
 
                virtual RS2::ActionType rtti();