diff options
Diffstat (limited to 'src/sp-text.h')
| -rw-r--r-- | src/sp-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-text.h b/src/sp-text.h index 5c62e3c8b..d9b153925 100644 --- a/src/sp-text.h +++ b/src/sp-text.h @@ -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. */ |
