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