]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselectbase.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionselectbase.cpp
index f3aba42f1ba42af26a2f9e0ce0dd4970246707f0..d27b0edb3f4ae258936da92a17b57b9374dfb953 100644 (file)
@@ -19,7 +19,7 @@
 #include "graphicview.h"
 
 ActionSelectBase::ActionSelectBase(const char * name,
-       RS_EntityContainer & container, GraphicView & graphicView):
+       EntityContainer & container, GraphicView & graphicView):
        ActionInterface(name, container, graphicView)
 {
 }