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:
parent
87f3aa0335
commit
44ecb92315
12 changed files with 221 additions and 127 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue