]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlockrelativezero.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionlockrelativezero.h
index 59e1d0899872fb8c690fdcbcab09c3686fb10f26..cbea0d53d6d1f9d888e3b29c2b775a3fb90ca00b 100644 (file)
@@ -14,7 +14,7 @@
 class ActionLockRelativeZero: public ActionInterface
 {
        public:
-               ActionLockRelativeZero(RS_EntityContainer & container, GraphicView & graphicView, bool on);
+               ActionLockRelativeZero(EntityContainer & container, GraphicView & graphicView, bool on);
                ~ActionLockRelativeZero();
 
                virtual void init(int status = 0);