summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-04 07:22:23 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-04 07:22:23 +0000
commit220136e32a951dffe05ab4c3a117d67f4540680c (patch)
tree00738e1584136c324f4424957f264f10840fbd40 /src/xml
parentAdd virtual to a lot of the destructors. Note: perhaps it will have to be rev... (diff)
downloadinkscape-220136e32a951dffe05ab4c3a117d67f4540680c.tar.gz
inkscape-220136e32a951dffe05ab4c3a117d67f4540680c.zip
Warning cleanup
(bzr r4025)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/simple-document.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xml/simple-document.h b/src/xml/simple-document.h
index ab563139d..17e283f2a 100644
--- a/src/xml/simple-document.h
+++ b/src/xml/simple-document.h
@@ -73,9 +73,9 @@ protected:
_initBindings();
}
- SimpleNode *_duplicate(Document* doc) const
- {
- return new SimpleDocument(*this);
+ SimpleNode *_duplicate(Document* /*doc*/) const
+ {
+ return new SimpleDocument(*this);
}
private: