summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-09 21:32:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-09 21:32:19 (GMT)
commit63a5effc7f6e3616ba3f65591205a01ad747dc8f (patch)
tree14abf24811878ef2f2f8150ed888db5f698314a4 /Source/cmDependsC.h
parentd13643aa92130a7234c90ea6f04aa98a61cf98d7 (diff)
downloadCMake-63a5effc7f6e3616ba3f65591205a01ad747dc8f.zip
CMake-63a5effc7f6e3616ba3f65591205a01ad747dc8f.tar.gz
CMake-63a5effc7f6e3616ba3f65591205a01ad747dc8f.tar.bz2
ENH: fix compile error
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h
index f358fa3..ec34934 100644
--- a/Source/cmDependsC.h
+++ b/Source/cmDependsC.h
@@ -67,7 +67,7 @@ protected:
// Set of generated files available.
std::set<cmStdString> const* m_GeneratedFiles;
-
+public:
// Data structures for dependency graph walk.
struct UnscannedEntry
{
@@ -81,7 +81,7 @@ protected:
std::list<UnscannedEntry> m_UnscannedEntries;
bool m_Used;
};
-
+protected:
std::set<cmStdString> m_Encountered;
std::queue<UnscannedEntry> m_Unscanned;
t_CharBuffer m_Buffer;