summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-pattern.h')
-rw-r--r--src/sp-pattern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-pattern.h b/src/sp-pattern.h
index 83336f991..2eb71974f 100644
--- a/src/sp-pattern.h
+++ b/src/sp-pattern.h
@@ -68,7 +68,7 @@ public:
* @brief create a new pattern in XML tree
* @return created pattern id
*/
- static const gchar *produce(const std::list<Inkscape::XML::Node*> &reprs,
+ static const gchar *produce(const std::vector<Inkscape::XML::Node*> &reprs,
Geom::Rect bounds, SPDocument *document, Geom::Affine transform, Geom::Affine move);
bool isValid() const;