COMP: Do not use private typedef from outside class.
This commit is contained in:
parent
816ee0f83c
commit
6c14041e75
|
@ -145,7 +145,7 @@ private:
|
|||
int Count;
|
||||
|
||||
// The entries yet to be seen to complete the component.
|
||||
DependSet Entries;
|
||||
std::set<int> Entries;
|
||||
};
|
||||
std::map<int, PendingComponent> PendingComponents;
|
||||
cmComputeComponentGraph* CCG;
|
||||
|
|
Loading…
Reference in New Issue