]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlayerstogglelock.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionlayerstogglelock.h
index a0cfafa1f0f252730e31447a15d6b846db47a39f..fb3511f0e3661eb1f31660328a911c8eb3fe6461 100644 (file)
@@ -12,7 +12,7 @@
 class ActionLayersToggleLock: public ActionInterface
 {
        public:
-               ActionLayersToggleLock(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionLayersToggleLock(EntityContainer & container, GraphicView & graphicView);
                ~ActionLayersToggleLock();
 
                virtual void init(int status = 0);