diff options
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/simple-document.h | 6 |
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: |
