]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselectinvert.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionselectinvert.h
index 27269759c511915f88c14b2078864a3b3820192b..8ebd1f951b7a8e8a0722cbde13ae2816e7ed7905 100644 (file)
@@ -12,7 +12,7 @@
 class ActionSelectInvert: public ActionInterface
 {
        public:
-               ActionSelectInvert(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionSelectInvert(EntityContainer & container, GraphicView & graphicView);
                ~ActionSelectInvert();
 
                virtual RS2::ActionType rtti();