diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-09 21:32:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-09 21:32:19 (GMT) |
commit | 63a5effc7f6e3616ba3f65591205a01ad747dc8f (patch) | |
tree | 14abf24811878ef2f2f8150ed888db5f698314a4 /Source/cmDependsC.h | |
parent | d13643aa92130a7234c90ea6f04aa98a61cf98d7 (diff) | |
download | CMake-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.h | 4 |
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; |