]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselectintersected.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionselectintersected.h
index 2487afcada6d3aabf6daee71748563cfd8a5ce03..decdd3ae281514f0bac805e04003c24f464ba5ab 100644 (file)
@@ -22,7 +22,7 @@ class ActionSelectIntersected: public ActionInterface
                };
 
        public:
-               ActionSelectIntersected(RS_EntityContainer & container, GraphicView & graphicView, bool select);
+               ActionSelectIntersected(EntityContainer & container, GraphicView & graphicView, bool select);
                ~ActionSelectIntersected();
 
                virtual RS2::ActionType rtti();