]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifyrotate.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionmodifyrotate.h
index a3e2a2198fdf5c9761fec0bbb264a13e52dc7569..e713b0dedaf9ffaaae6ede15b50262171e6d10d1 100644 (file)
@@ -23,7 +23,7 @@ class ActionModifyRotate: public ActionInterface
                };
 
        public:
-               ActionModifyRotate(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionModifyRotate(EntityContainer & container, GraphicView & graphicView);
                ~ActionModifyRotate();
 
                virtual void init(int status = 0);
@@ -36,7 +36,7 @@ class ActionModifyRotate: public ActionInterface
                virtual void updateToolBar();
 
        private:
-               RS_RotateData data;
+               RotateData data;
                Vector referencePoint;
                Vector targetPoint;
 };