summaryrefslogtreecommitdiffstats
path: root/src/xml/text-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/text-node.h')
-rw-r--r--src/xml/text-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/text-node.h b/src/xml/text-node.h
index 36f638ad9..adcacb604 100644
--- a/src/xml/text-node.h
+++ b/src/xml/text-node.h
@@ -32,7 +32,7 @@ struct TextNode : public SimpleNode {
Inkscape::XML::NodeType type() const { return Inkscape::XML::TEXT_NODE; }
protected:
- SimpleNode *_duplicate(Document* doc) const { return new TextNode(*this); }
+ SimpleNode *_duplicate(Document* /*doc*/) const { return new TextNode(*this); }
};
}