summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-15 22:28:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-15 22:28:46 (GMT)
commit67285f9a7674734c3e0afdb0cf9f84b5b9a1c32d (patch)
tree9b8e03c3231435211669cdf91876ae06c1e599cb /Source/cmCTest.h
parent5b232ded151fc22144978b74cdaf7031d466e527 (diff)
downloadCMake-67285f9a7674734c3e0afdb0cf9f84b5b9a1c32d.zip
CMake-67285f9a7674734c3e0afdb0cf9f84b5b9a1c32d.tar.gz
CMake-67285f9a7674734c3e0afdb0cf9f84b5b9a1c32d.tar.bz2
ERR: STD fixes
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 8e5e2fb..4a98c30 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -308,10 +308,10 @@ private:
const char* GetTestStatus(int status);
//! Start CTest XML output file
- void StartXML(ostream& ostr);
+ void StartXML(std::ostream& ostr);
//! End CTest XML output file
- void EndXML(ostream& ostr);
+ void EndXML(std::ostream& ostr);
//! Parse Valgrind/Purify/Bounds Checker result out of the output string. After running,
// log holds the output and results hold the different memmory errors.