Attempt to fix the build again.
authorZachary Turner <zturner@google.com>
Thu, 12 Feb 2015 21:25:58 +0000 (21:25 +0000)
committerZachary Turner <zturner@google.com>
Thu, 12 Feb 2015 21:25:58 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228964 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h

index 1c47ffe7480e991146aa8475f31d370a9af40d5c..bef82ac8ea299c5ce7054e9df5510c1a111f620d 100644 (file)
@@ -39,7 +39,7 @@ public:
 
   void reset() { Enumerator->reset(); }
 
-  IPDBEnumChildren<ChildType>::MyType *clone() const {
+  ConcreteSymbolEnumerator<ChildType> *clone() const {
     std::unique_ptr<IPDBEnumSymbols> WrappedClone(Enumerator->clone());
     return new ConcreteSymbolEnumerator<ChildType>(std::move(WrappedClone));
   }