mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Fixed extensions issues with changing root def, extending dlg/functions
This commit is contained in:
parent
c2077acc2b
commit
6c65993401
7 changed files with 121 additions and 63 deletions
|
@ -1320,7 +1320,8 @@ void BfMSMangler::Mangle(MangleContext& mangleContext, StringImpl& name, BfTypeI
|
|||
}
|
||||
else
|
||||
{
|
||||
auto outerType = useModule->GetOuterType(typeInstance);
|
||||
auto unreifiedModule = useModule->mContext->mUnreifiedModule;
|
||||
auto outerType = unreifiedModule->GetOuterType(typeInstance);
|
||||
if (outerType != NULL)
|
||||
Mangle(mangleContext, name, outerType, true, true);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue