]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionsetsnaprestriction.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionsetsnaprestriction.h
index 4d3f67d2af1eee76db1add6863ec33c1f1a5b77e..dc2a92e046278325ae0107893973475878dea7e0 100644 (file)
@@ -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);