]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselect.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionselect.h
index f90b26146e0d12efae0d7370989123ccad6c97fa..5da758a1df1ca780d80bc558c8d780efd0916e3b 100644 (file)
@@ -12,7 +12,7 @@
 class ActionSelect: public ActionInterface
 {
        public:
-               ActionSelect(RS_EntityContainer & container, GraphicView & graphicView, RS2::ActionType nextAction);
+               ActionSelect(EntityContainer & container, GraphicView & graphicView, RS2::ActionType nextAction);
                ~ActionSelect();
 
                void init(int status);