Просмотр исходного кода

COMP: Do not use private typedef from outside class.

Brad King 17 лет назад
Родитель
Сommit
6c14041e75
1 измененных файлов с 1 добавлено и 1 удалено
  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;