mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
ENH: fix compile error
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user