summaryrefslogtreecommitdiffstats
path: root/src/xml/text-node.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-03-14 04:09:37 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-03-14 04:09:37 +0000
commitff62305495ed75b5099f09963cd55d1e52e4ed62 (patch)
tree6f2cdb5fcf72d83f26bbbb9031c3934838173ff7 /src/xml/text-node.h
parentAdd convenience functions to read from/write to Glib::ustrings. (diff)
downloadinkscape-ff62305495ed75b5099f09963cd55d1e52e4ed62.tar.gz
inkscape-ff62305495ed75b5099f09963cd55d1e52e4ed62.zip
Unused params
(bzr r5087)
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); }
};
}