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

Linux fix

This commit is contained in:
Brian Fiete 2020-05-26 08:22:33 -07:00
parent 534d20121c
commit 3714bdb84f

View file

@ -102,7 +102,7 @@ public:
virtual BfParser* ToParser() { return NULL; }
BfErrorNode* BfSource::CreateErrorNode(BfAstNode* astNode);
BfErrorNode* CreateErrorNode(BfAstNode* astNode);
void AddErrorNode(BfAstNode* astNode);
int AllocChars(int charCount);
void FinishSideNodes();