COMP: Do not use private typedef from outside class.

This commit is contained in:
Brad King 2008-08-27 10:35:53 -04:00
parent 816ee0f83c
commit 6c14041e75
1 changed files with 1 additions and 1 deletions

View File

@ -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;