summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLParser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXMLParser.cxx')
-rw-r--r--Source/cmXMLParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXMLParser.cxx b/Source/cmXMLParser.cxx
index 8d004a9..82be503 100644
--- a/Source/cmXMLParser.cxx
+++ b/Source/cmXMLParser.cxx
@@ -55,7 +55,7 @@ int cmXMLParser::ParseFile(const char* file)
return 0;
}
- ostringstream str;
+ cmOStringStream str;
str << ifs.rdbuf();
return this->Parse(str.str().c_str());
}