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

Fixed 'base' lookup for properties

This commit is contained in:
Brian Fiete 2020-08-03 06:09:45 -07:00
parent 473246fa51
commit f9bed24c00
4 changed files with 30 additions and 12 deletions

View file

@ -575,6 +575,7 @@ public:
mNextWithSameName = NULL;
}
bool IsVirtual();
bool HasExplicitInterface();
BfAstNode* GetRefNode();
};