1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Auto ctor fixes

This commit is contained in:
Brian Fiete 2022-04-16 16:43:21 -07:00
parent 87f3aa0335
commit 44ecb92315
12 changed files with 221 additions and 127 deletions

View file

@ -4804,7 +4804,7 @@ BfTypedValue BfExprEvaluator::LoadField(BfAstNode* targetSrc, BfTypedValue targe
}
}
auto fieldDecl = fieldInstance->GetFieldDef()->mFieldDeclaration;
auto fieldDecl = fieldInstance->GetFieldDef()->GetFieldDeclaration();
if ((fieldDecl != NULL) && (fieldDecl->mDocumentation != NULL))
{
String docString;