Преглед изворни кода

COMP: Do not use private typedef from outside class.

Brad King пре 17 година
родитељ
комит
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;