]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionblockscreate.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionblockscreate.h
index 27a462a3cc079dc3b197a9f00dab913d7e54e3b3..722a1e28c309deb825954b37bd1e52bd0f0e4cec 100644 (file)
@@ -23,7 +23,7 @@ class ActionBlocksCreate: public ActionInterface
                };
 
        public:
-               ActionBlocksCreate(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionBlocksCreate(EntityContainer & container, GraphicView & graphicView);
                ~ActionBlocksCreate();
 
                virtual RS2::ActionType rtti();