summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h
index ec34934..687131d 100644
--- a/Source/cmDependsC.h
+++ b/Source/cmDependsC.h
@@ -78,7 +78,7 @@ public:
struct cmIncludeLines
{
cmIncludeLines(): m_Used(false) {}
- std::list<UnscannedEntry> m_UnscannedEntries;
+ std::vector<UnscannedEntry> m_UnscannedEntries;
bool m_Used;
};
protected: