Code

Node tool: fix handle retraction with non-cusp nodes
[inkscape.git] / src / sp-symbol.h
index 672710fd0833e852cc4effab7c3ad7ca7b2141d1..61951cf646e46c08b2e8460d7410459b3a454e20 100644 (file)
@@ -25,6 +25,7 @@ class SPSymbol;
 class SPSymbolClass;
 
 #include <libnr/nr-matrix.h>
+#include <2geom/matrix.h>
 #include <libnr/nr-rect.h>
 #include "svg/svg-length.h"
 #include "enums.h"
@@ -41,7 +42,7 @@ struct SPSymbol : public SPGroup {
        unsigned int aspect_clip : 1;
 
        /* Child to parent additional transform */
-       NR::Matrix c2p;
+       Geom::Matrix c2p;
 };
 
 struct SPSymbolClass {