]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionsetsnapmode.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionsetsnapmode.h
index 713d4f691576042f3fbe4bfbe622e0a687cc269b..d353c1141c6eec4a44e66df25d977c65964a8e5e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTIONSETSNAPMODE_H__
 #define __ACTIONSETSNAPMODE_H__
 
-#include "rs.h"
+#include "enums.h"
 #include "actioninterface.h"
 
 /**
@@ -13,7 +13,7 @@
 class ActionSetSnapMode: public ActionInterface
 {
        public:
-               ActionSetSnapMode(RS_EntityContainer & container, GraphicView & graphicView, RS2::SnapMode snapMode);
+               ActionSetSnapMode(EntityContainer & container, GraphicView & graphicView, RS2::SnapMode snapMode);
                ~ActionSetSnapMode();
 
                virtual void init(int status = 0);