]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionsetsnaprestriction.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionsetsnaprestriction.h
index 8bbca94dfbed24f32522658ddb220b1b2ed61053..d386e5534ba48c67b56a0abaf85d9670c7141d67 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTIONSETSNAPRESTRICTION_H__
 #define __ACTIONSETSNAPRESTRICTION_H__
 
-#include "rs.h"
+#include "enums.h"
 #include "actioninterface.h"
 
 /**
@@ -13,7 +13,7 @@
 class ActionSetSnapRestriction: public ActionInterface
 {
        public:
-               ActionSetSnapRestriction(RS_EntityContainer & container, GraphicView & graphicView, RS2::SnapRestriction snapRes);
+               ActionSetSnapRestriction(EntityContainer & container, GraphicView & graphicView, RS2::SnapRestriction snapRes);
                ~ActionSetSnapRestriction();
 
                virtual void init(int status = 0);