summaryrefslogtreecommitdiffstats
path: root/src/sp-root.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-18 17:48:42 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-18 17:48:42 +0000
commit07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8 (patch)
tree3a4c8c7f4f8de2878adbe5eabaf75460d35b8bcb /src/sp-root.h
parentNR ==> Geom conversion in sp-canvas (diff)
downloadinkscape-07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8.tar.gz
inkscape-07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8.zip
Next roud of NR ==> Geom conversion
(bzr r6839)
Diffstat (limited to 'src/sp-root.h')
-rw-r--r--src/sp-root.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp-root.h b/src/sp-root.h
index c298223f1..655bc3caf 100644
--- a/src/sp-root.h
+++ b/src/sp-root.h
@@ -20,7 +20,6 @@
#define SP_IS_ROOT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_ROOT))
#define SP_IS_ROOT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_ROOT))
-#include <libnr/nr-matrix.h>
#include "version.h"
#include "svg/svg-length.h"
#include "enums.h"
@@ -49,7 +48,7 @@ struct SPRoot : public SPGroup {
unsigned int aspect_clip : 1;
/** Child to parent additional transform. */
- NR::Matrix c2p;
+ Geom::Matrix c2p;
gchar *onload;