Code

1) snap midpoints of line segments (both as source and as target)
[inkscape.git] / src / ui / view / view.h
index 63a138f6725f029f2ada7cca42b6b55ac050977e..882746ceace7648d3901a6df565ce4815fbbeecf 100644 (file)
@@ -21,6 +21,7 @@
 #include "gc-finalized.h"
 #include "gc-anchored.h"
 #include <libnr/nr-forward.h>
+#include <2geom/forward.h>
 
 /**
  * Iterates until true or returns false.
@@ -89,7 +90,7 @@ public:
       { return _tips_message_context; }
 
     void setPosition(gdouble x, gdouble y);
-    void setPosition(NR::Point const &p);
+    void setPosition(Geom::Point const &p);
     void emitResized(gdouble width, gdouble height);
     void requestRedraw();