X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionsetsnaprestriction.h;h=d386e5534ba48c67b56a0abaf85d9670c7141d67;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=8bbca94dfbed24f32522658ddb220b1b2ed61053;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionsetsnaprestriction.h b/src/actions/actionsetsnaprestriction.h index 8bbca94..d386e55 100644 --- a/src/actions/actionsetsnaprestriction.h +++ b/src/actions/actionsetsnaprestriction.h @@ -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);