summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXMLParser.h')
-rw-r--r--Source/cmXMLParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXMLParser.h b/Source/cmXMLParser.h
index 2c34442..5568920 100644
--- a/Source/cmXMLParser.h
+++ b/Source/cmXMLParser.h
@@ -52,7 +52,7 @@ public:
* them.
*/
virtual int InitializeParser();
- virtual int ParseChunk(const char* inputString, unsigned int length);
+ virtual int ParseChunk(const char* inputString, std::string::size_type length);
virtual int CleanupParser();
protected: