diff --git a/IDEHelper/Compiler/BfSource.h b/IDEHelper/Compiler/BfSource.h index 7c67206d..c0ea6b46 100644 --- a/IDEHelper/Compiler/BfSource.h +++ b/IDEHelper/Compiler/BfSource.h @@ -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();