mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Linux fix
This commit is contained in:
parent
f54980400e
commit
5083f5d64e
1 changed files with 1 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ public:
|
|||
virtual BfGenericParamDef* GetGenericParamDef() = 0;
|
||||
virtual BfExternalConstraintDef* GetExternConstraintDef() = 0;
|
||||
virtual String GetName() = 0;
|
||||
virtual BfAstNode* GetRefNode() = NULL;
|
||||
virtual BfAstNode* GetRefNode() = 0;
|
||||
bool IsEnum();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue