]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselectwindow.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionselectwindow.h
index f96bbffbf0645abbf5aac9b46cff8f36f6e5cdfc..eb7647ee7c84b0ef6392c5f2265bb08be2b06594 100644 (file)
@@ -22,7 +22,7 @@ class ActionSelectWindow: public ActionInterface
                };
 
        public:
-               ActionSelectWindow(RS_EntityContainer & container, GraphicView & graphicView, bool select);
+               ActionSelectWindow(EntityContainer & container, GraphicView & graphicView, bool select);
                ~ActionSelectWindow();
 
                virtual RS2::ActionType rtti();