summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h
index e9d335f..f358fa3 100644
--- a/Source/cmDependsC.h
+++ b/Source/cmDependsC.h
@@ -77,9 +77,9 @@ protected:
struct cmIncludeLines
{
- cmIncludeLines():used(false) {}
- std::list<UnscannedEntry> list;
- bool used;
+ cmIncludeLines(): m_Used(false) {}
+ std::list<UnscannedEntry> m_UnscannedEntries;
+ bool m_Used;
};
std::set<cmStdString> m_Encountered;