summaryrefslogtreecommitdiffstats
path: root/src/sp-marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-marker.h')
-rw-r--r--src/sp-marker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-marker.h b/src/sp-marker.h
index e804fd7dc..56cbaf94f 100644
--- a/src/sp-marker.h
+++ b/src/sp-marker.h
@@ -101,7 +101,7 @@ Inkscape::DrawingItem *sp_marker_show_instance (SPMarker *marker, Inkscape::Draw
unsigned int key, unsigned int pos,
Geom::Affine const &base, float linewidth);
void sp_marker_hide (SPMarker *marker, unsigned int key);
-const char *generate_marker (GSList *reprs, Geom::Rect bounds, SPDocument *document, Geom::Point center, Geom::Affine move);
+const char *generate_marker (std::vector<Inkscape::XML::Node*> &reprs, Geom::Rect bounds, SPDocument *document, Geom::Point center, Geom::Affine move);
SPObject *sp_marker_fork_if_necessary(SPObject *marker);
#endif