Code

Revert recent refactoring changes by johnce because they break the build, which canno...
[inkscape.git] / src / display / sodipodi-ctrl.h
index 2a68d19431debe0ceb9eb645d3bcd41417565e3c..859735e4f77b2ed88a29f93abaf8348e8173ae3e 100644 (file)
@@ -53,7 +53,8 @@ struct SPCtrl : public SPCanvasItem{
     guchar *cache;
     GdkPixbuf * pixbuf;
 
-    void moveto(NR::Point const p);
+    void moveto(Geom::Point const p);
+    Geom::Point _point;
 };
 
 struct SPCtrlClass : public SPCanvasItemClass{