summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-12-09 19:30:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-12-09 19:30:11 (GMT)
commitd13643aa92130a7234c90ea6f04aa98a61cf98d7 (patch)
tree2f243f6b25d309f8e5291fb91285d5bd200807e2 /Source/cmDependsC.h
parent92b6c8e742df5112afd8b9cf4d0c752fe02a0619 (diff)
downloadCMake-d13643aa92130a7234c90ea6f04aa98a61cf98d7.zip
CMake-d13643aa92130a7234c90ea6f04aa98a61cf98d7.tar.gz
CMake-d13643aa92130a7234c90ea6f04aa98a61cf98d7.tar.bz2
ENH: clean up style a bit
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;