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