Code

Extensions. XAML export improvements.
[inkscape.git] / src / spiral-context.h
index a3644fdad818a16b25f1eabc490262be41248db1..d80c9740edb28cee53fecb28bd6c9cf5d498b1b3 100644 (file)
@@ -31,7 +31,7 @@ class SPSpiralContextClass;
 
 struct SPSpiralContext : public SPEventContext {
        SPItem * item;
-       NR::Point center;
+       Geom::Point center;
        gdouble revo;
        gdouble exp;
        gdouble t0;