summaryrefslogtreecommitdiff
path: root/src/KM_xml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_xml.cpp')
-rw-r--r--src/KM_xml.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KM_xml.cpp b/src/KM_xml.cpp
index 8345630..e7250af 100644
--- a/src/KM_xml.cpp
+++ b/src/KM_xml.cpp
@@ -912,7 +912,11 @@ public:
m_Scope.pop();
}
+#if XERCES_VERSION_MAJOR < 3
void characters(const XMLCh *const chars, const unsigned int length)
+#else
+ void characters(const XMLCh* const chars, const XMLSize_t length)
+#endif
{
if ( length > 0 )
{