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