mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-14 15:16:07 +03:00
cppmangle: Fix toCppMangle() crash
This commit is contained in:
parent
7eea6f23a8
commit
cc845408ba
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ version(IN_LLVM) {
|
|||
}
|
||||
else
|
||||
{
|
||||
CppMangleVisitor v;
|
||||
scope CppMangleVisitor v = new CppMangleVisitor();
|
||||
return v.mangleOf(s);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue