summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXMLParser.h')
-rw-r--r--Source/cmXMLParser.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmXMLParser.h b/Source/cmXMLParser.h
index 5568920..3580e8c 100644
--- a/Source/cmXMLParser.h
+++ b/Source/cmXMLParser.h
@@ -52,7 +52,8 @@ public:
* them.
*/
virtual int InitializeParser();
- virtual int ParseChunk(const char* inputString, std::string::size_type length);
+ virtual int ParseChunk(const char* inputString,
+ std::string::size_type length);
virtual int CleanupParser();
protected:
@@ -95,7 +96,8 @@ protected:
static int IsSpace(char c);
//! Send the given buffer to the XML parser.
- virtual int ParseBuffer(const char* buffer, unsigned int count);
+ virtual int ParseBuffer(const char* buffer,
+ std::string::size_type length);
//! Send the given c-style string to the XML parser.
int ParseBuffer(const char* buffer);