diff options
Diffstat (limited to 'src/saxparser.cc')
-rw-r--r-- | src/saxparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saxparser.cc b/src/saxparser.cc index 065a9d8..d261b72 100644 --- a/src/saxparser.cc +++ b/src/saxparser.cc @@ -193,7 +193,7 @@ void SAXParser::startTag(std::string, attributes_t &) { } -void SAXParser::characterData(std::string &) +void SAXParser::characterData(const std::string &) { } |