summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 5e252c3..8ab2aa9 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -175,12 +175,14 @@ private:
{
cmCTestCoverage()
{
+ m_AbsolutePath = "";
m_FullPath = "";
m_Covered = false;
m_Tested = 0;
m_UnTested = 0;
m_Lines.clear();
}
+ std::string m_AbsolutePath;
std::string m_FullPath;
bool m_Covered;
int m_Tested;