mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Attempt to fix the build again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
232308cfa9
commit
3231937293
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user