cppmangle: Fix toCppMangle() crash

This commit is contained in:
David Nadlinger 2016-02-03 21:32:52 +01:00
parent 7eea6f23a8
commit cc845408ba

View file

@ -1978,7 +1978,7 @@ version(IN_LLVM) {
}
else
{
CppMangleVisitor v;
scope CppMangleVisitor v = new CppMangleVisitor();
return v.mangleOf(s);
}
}