Code

fix pasting style after copying a text span
[inkscape.git] / src / sp-text.h
index 5c62e3c8b50ecae0e6649882796eec6a179127e1..d9b15392532ae1ad721ba27eb5482d64225c61fd 100644 (file)
@@ -53,7 +53,7 @@ struct SPText : public SPItem {
     extend zero-length position vectors to length 1 in order to record the
     new position. This is necessary to convert from objects whose position is
     completely specified by transformations. */
-    static void _adjustCoordsRecursive(SPItem *item, NR::Matrix const &m, double ex, bool is_root = true);
+    static void _adjustCoordsRecursive(SPItem *item, Geom::Matrix const &m, double ex, bool is_root = true);
     static void _adjustFontsizeRecursive(SPItem *item, double ex, bool is_root = true);
        
     /** discards the NRArena objects representing this text. */