summaryrefslogtreecommitdiffstats
path: root/src/xml/element-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/element-node.h')
-rw-r--r--src/xml/element-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/element-node.h b/src/xml/element-node.h
index 4bac55f83..1b79910a8 100644
--- a/src/xml/element-node.h
+++ b/src/xml/element-node.h
@@ -29,7 +29,7 @@ public:
Inkscape::XML::NodeType type() const { return Inkscape::XML::ELEMENT_NODE; }
protected:
- SimpleNode *_duplicate(Document* doc) const { return new ElementNode(*this); }
+ SimpleNode *_duplicate(Document* /*doc*/) const { return new ElementNode(*this); }
};
}