summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 1b87f79..a21aef9 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -475,7 +475,7 @@ int ctest::BuildDirectory()
// 1 - error
// > 1 - warning
std::vector<int> markedLines;
- cmInputStringStream istr(coutput);
+ cmIStringStream istr(coutput);
while(istr)
{
char buffer[1024];