X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionsetsnaprestriction.h;h=dc2a92e046278325ae0107893973475878dea7e0;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=4d3f67d2af1eee76db1add6863ec33c1f1a5b77e;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionsetsnaprestriction.h b/src/actions/rs_actionsetsnaprestriction.h index 4d3f67d..dc2a92e 100644 --- a/src/actions/rs_actionsetsnaprestriction.h +++ b/src/actions/rs_actionsetsnaprestriction.h @@ -12,7 +12,7 @@ class RS_ActionSetSnapRestriction: public RS_ActionInterface { public: - RS_ActionSetSnapRestriction(RS_EntityContainer & container, RS_GraphicView & graphicView, RS2::SnapRestriction snapRes); + RS_ActionSetSnapRestriction(RS_EntityContainer & container, GraphicView & graphicView, RS2::SnapRestriction snapRes); ~RS_ActionSetSnapRestriction(); virtual void init(int status = 0);