From d13643aa92130a7234c90ea6f04aa98a61cf98d7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 9 Dec 2005 14:30:11 -0500 Subject: ENH: clean up style a bit --- Source/cmDependsC.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/cmDependsC.h') diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h index e9d335f4ac..f358fa3be5 100644 --- a/Source/cmDependsC.h +++ b/Source/cmDependsC.h @@ -77,9 +77,9 @@ protected: struct cmIncludeLines { - cmIncludeLines():used(false) {} - std::list list; - bool used; + cmIncludeLines(): m_Used(false) {} + std::list m_UnscannedEntries; + bool m_Used; }; std::set m_Encountered; -- cgit v1.2.1