summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-pattern.cpp')
-rw-r--r--src/sp-pattern.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-pattern.cpp b/src/sp-pattern.cpp
index 7da63213b..c2ba23370 100644
--- a/src/sp-pattern.cpp
+++ b/src/sp-pattern.cpp
@@ -363,10 +363,10 @@ void SPPattern::transform_multiply(Geom::Affine postmul, bool set) {
getRepr()->setAttribute("patternTransform", c);
}
-const gchar *SPPattern::produce(const std::list<Inkscape::XML::Node*> &reprs, Geom::Rect bounds,
+const gchar *SPPattern::produce(const std::vector<Inkscape::XML::Node*> &reprs, Geom::Rect bounds,
SPDocument *document, Geom::Affine transform, Geom::Affine move)
{
- typedef std::list<Inkscape::XML::Node*>::const_iterator NodePtrIterator;
+ typedef std::vector<Inkscape::XML::Node*>::const_iterator NodePtrIterator;
Inkscape::XML::Document *xml_doc = document->getReprDoc();
Inkscape::XML::Node *defsrepr = document->getDefs()->getRepr();