mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed 'base' lookup for properties
This commit is contained in:
parent
473246fa51
commit
f9bed24c00
4 changed files with 30 additions and 12 deletions
|
@ -381,6 +381,13 @@ BfSizedAtomComposite::~BfSizedAtomComposite()
|
|||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool BfPropertyDef::IsVirtual()
|
||||
{
|
||||
if (((BfPropertyDeclaration*)mFieldDeclaration)->mVirtualSpecifier)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool BfPropertyDef::HasExplicitInterface()
|
||||
{
|
||||
for (auto methodDef : mMethods)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue