mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 13:54:11 +02:00
Linux fix
This commit is contained in:
parent
534d20121c
commit
3714bdb84f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public:
|
||||||
|
|
||||||
virtual BfParser* ToParser() { return NULL; }
|
virtual BfParser* ToParser() { return NULL; }
|
||||||
|
|
||||||
BfErrorNode* BfSource::CreateErrorNode(BfAstNode* astNode);
|
BfErrorNode* CreateErrorNode(BfAstNode* astNode);
|
||||||
void AddErrorNode(BfAstNode* astNode);
|
void AddErrorNode(BfAstNode* astNode);
|
||||||
int AllocChars(int charCount);
|
int AllocChars(int charCount);
|
||||||
void FinishSideNodes();
|
void FinishSideNodes();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue