summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXMLParser.h')
-rw-r--r--Source/cmXMLParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmXMLParser.h b/Source/cmXMLParser.h
index 3580e8c..68def9e 100644
--- a/Source/cmXMLParser.h
+++ b/Source/cmXMLParser.h
@@ -91,6 +91,9 @@ protected:
//! Called by Parse to report an XML syntax error.
virtual void ReportXmlParseError();
+ /** Called by ReportXmlParseError with basic error info. */
+ virtual void ReportError(int line, int column, const char* msg);
+
//! Utility for convenience of subclasses. Wraps isspace C library
// routine.
static int IsSpace(char c);