summaryrefslogtreecommitdiffstats
path: root/src/marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/marker.h')
-rw-r--r--src/marker.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/marker.h b/src/marker.h
index f2db5a6c6..cc7924486 100644
--- a/src/marker.h
+++ b/src/marker.h
@@ -26,7 +26,6 @@ class SPMarker;
class SPMarkerClass;
class SPMarkerView;
-#include <libnr/nr-matrix.h>
#include <libnr/nr-rect.h>
#include <2geom/forward.h>
#include "svg/svg-length.h"
@@ -63,7 +62,7 @@ struct SPMarker : public SPGroup {
unsigned int aspect_clip : 1;
/* Child to parent additional transform */
- NR::Matrix c2p;
+ Geom::Matrix c2p;
/* Private views */
SPMarkerView *views;
@@ -91,7 +90,7 @@ NRArenaItem *sp_marker_show_instance (SPMarker *marker, NRArenaItem *parent,
unsigned int key, unsigned int pos,
Geom::Matrix const &base, float linewidth);
void sp_marker_hide (SPMarker *marker, unsigned int key);
-const gchar *generate_marker (GSList *reprs, NR::Rect bounds, SPDocument *document, NR::Matrix transform, NR::Matrix move);
+const gchar *generate_marker (GSList *reprs, NR::Rect bounds, SPDocument *document, Geom::Matrix transform, Geom::Matrix move);
#endif