]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionsetrelativezero.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionsetrelativezero.h
index a199f2cbb43fdd632f57947f5c1cf0ab6328613d..7ec811c9f00f2a64fddc2b967265c44255e07938 100644 (file)
@@ -14,7 +14,7 @@
 class ActionSetRelativeZero: public ActionInterface
 {
        public:
-               ActionSetRelativeZero(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionSetRelativeZero(EntityContainer & container, GraphicView & graphicView);
                ~ActionSetRelativeZero();
 
                virtual RS2::ActionType rtti();