mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Working on Linux fixes
This commit is contained in:
parent
cce45dbc15
commit
6b46904510
18 changed files with 135 additions and 25 deletions
|
@ -1684,7 +1684,7 @@ public:
|
|||
|
||||
~BfTypeInstance();
|
||||
|
||||
virtual bool IsInstanceOf(BfTypeDef* typeDef) { return typeDef == mTypeDef; }
|
||||
virtual bool IsInstanceOf(BfTypeDef* typeDef) override { return typeDef == mTypeDef; }
|
||||
virtual BfModule* GetModule() override { return mModule; }
|
||||
virtual BfTypeInstance* ToTypeInstance() override { return this; }
|
||||
virtual bool IsDependentOnUnderlyingType() override { return true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue