mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
CheckErrorAttributes signature change
This commit is contained in:
parent
86a80f4d18
commit
8c15c3c627
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ bool BfContext::ProcessWorkList(bool onlyReifiedTypes, bool onlyReifiedMethods)
|
||||||
workItemRef->mFromModule->PopulateType(refTypeInst, BfPopulateType_AllowStaticMethods);
|
workItemRef->mFromModule->PopulateType(refTypeInst, BfPopulateType_AllowStaticMethods);
|
||||||
|
|
||||||
if (refTypeInst != NULL)
|
if (refTypeInst != NULL)
|
||||||
workItemRef->mFromModule->CheckErrorAttributes(refTypeInst, NULL, refTypeInst->mCustomAttributes, workItemRef->mRefNode);
|
workItemRef->mFromModule->CheckErrorAttributes(refTypeInst, NULL, NULL, refTypeInst->mCustomAttributes, workItemRef->mRefNode);
|
||||||
|
|
||||||
workIdx = mTypeRefVerifyWorkList.RemoveAt(workIdx);
|
workIdx = mTypeRefVerifyWorkList.RemoveAt(workIdx);
|
||||||
didWork = true;
|
didWork = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue