summaryrefslogtreecommitdiffstats
path: root/src/marker.h
diff options
context:
space:
mode:
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 5206a9c89..f2d74a3a6 100644
--- a/src/marker.h
+++ b/src/marker.h
@@ -89,7 +89,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, Geom::Rect bounds, Document *document, Geom::Matrix transform, Geom::Matrix move);
+const gchar *generate_marker (GSList *reprs, Geom::Rect bounds, SPDocument *document, Geom::Matrix transform, Geom::Matrix move);
#endif