summaryrefslogtreecommitdiffstats
path: root/src/marker.h
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-03-21 19:53:10 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-03-21 19:53:10 +0000
commit40a243a7a5e67d4f09a82bfbee5babe40ec924b7 (patch)
tree5f43830b59a1c448f880a39cd2d23b8cc1058d97 /src/marker.h
parentStart working toward multiple inheritance (diff)
downloadinkscape-40a243a7a5e67d4f09a82bfbee5babe40ec924b7.tar.gz
inkscape-40a243a7a5e67d4f09a82bfbee5babe40ec924b7.zip
No more NRMatrix or NRPoint.
(bzr r5149)
Diffstat (limited to 'src/marker.h')
-rw-r--r--src/marker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.h b/src/marker.h
index ef8fcd583..9686b8213 100644
--- a/src/marker.h
+++ b/src/marker.h
@@ -61,7 +61,7 @@ struct SPMarker : public SPGroup {
unsigned int aspect_clip : 1;
/* Child to parent additional transform */
- NRMatrix c2p;
+ NR::Matrix c2p;
/* Private views */
SPMarkerView *views;