summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCoverageHandler.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-18 02:47:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-18 02:47:44 (GMT)
commitace5f90d9c991250ec31080341b7d0b90bd3d8dc (patch)
treea5686ca1ddfc69e6961f120dde895bc354f461c9 /Source/CTest/cmCTestCoverageHandler.h
parentb40cd9fc3bf75f88c98130ab3365c4d69f67baaf (diff)
downloadCMake-ace5f90d9c991250ec31080341b7d0b90bd3d8dc.zip
CMake-ace5f90d9c991250ec31080341b7d0b90bd3d8dc.tar.gz
CMake-ace5f90d9c991250ec31080341b7d0b90bd3d8dc.tar.bz2
BUG: Fix output to match the Dart output
Diffstat (limited to 'Source/CTest/cmCTestCoverageHandler.h')
-rw-r--r--Source/CTest/cmCTestCoverageHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestCoverageHandler.h b/Source/CTest/cmCTestCoverageHandler.h
index 0928cac..caf8589 100644
--- a/Source/CTest/cmCTestCoverageHandler.h
+++ b/Source/CTest/cmCTestCoverageHandler.h
@@ -50,7 +50,7 @@ private:
bool ShouldIDoCoverage(const char* file, const char* srcDir,
const char* binDir, bool verbose);
bool StartLogFile(std::ofstream& ostr, int logFileCount);
- void StopLogFile(std::ofstream& ostr, int logFileCount);
+ void EndLogFile(std::ofstream& ostr, int logFileCount);
struct cmCTestCoverage
{