]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifystretch.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionmodifystretch.h
index 6b96d2852b4ecb56a0be85e9c8423a486c85603a..f5d953bcf4e1eeb55e24faf728a6a5094bc66681 100644 (file)
@@ -24,7 +24,7 @@ class ActionModifyStretch: public ActionInterface
                };
 
        public:
-               ActionModifyStretch(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionModifyStretch(EntityContainer & container, GraphicView & graphicView);
                ~ActionModifyStretch();
 
                virtual void init(int status = 0);