[llvm] r228964 - Attempt to fix the build again.
Zachary Turner
zturner at google.com
Thu Feb 12 13:25:58 PST 2015
Author: zturner
Date: Thu Feb 12 15:25:58 2015
New Revision: 228964
URL: http://llvm.org/viewvc/llvm-project?rev=228964&view=rev
Log:
Attempt to fix the build again.
Modified:
llvm/trunk/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
Modified: llvm/trunk/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h?rev=228964&r1=228963&r2=228964&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h Thu Feb 12 15:25:58 2015
@@ -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));
}
More information about the llvm-commits
mailing list