mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Removed mNoSplat for GCMarkMembers, relying on CallingConvention
This commit is contained in:
parent
b62ac83155
commit
bd7a4b392f
5 changed files with 16 additions and 14 deletions
|
@ -1972,8 +1972,8 @@ void BfDefBuilder::FinishTypeDef(bool wantsToString)
|
|||
auto methodDef = AddMethod(mCurTypeDef, BfMethodType_Normal, BfProtection_Protected, false, BF_METHODNAME_MARKMEMBERS);
|
||||
methodDef->mIsVirtual = true;
|
||||
methodDef->mIsOverride = true;
|
||||
methodDef->mNoReflect = true;
|
||||
methodDef->mNoSplat = true;
|
||||
methodDef->mNoReflect = true;
|
||||
methodDef->mCallingConvention = BfCallingConvention_Cdecl;
|
||||
mCurTypeDef->mHasOverrideMethods = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue