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