Parcourir la source

COMP: Do not use private typedef from outside class.

Brad King il y a 17 ans
Parent
commit
6c14041e75
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Source/cmComputeLinkDepends.h

+ 1 - 1
Source/cmComputeLinkDepends.h

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