- Fixed GCC/Clang 'extra qualification' error.

This commit is contained in:
Edoardo Prezioso 2017-01-23 00:22:25 +01:00
parent 092b2d6ea0
commit 4694f9b201
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public:
int Compile();
private:
int ZCCCompiler::IntConstFromNode(ZCC_TreeNode *node, PStruct *cls);
int IntConstFromNode(ZCC_TreeNode *node, PStruct *cls);
void ProcessClass(ZCC_Class *node, PSymbolTreeNode *tnode);
void ProcessStruct(ZCC_Struct *node, PSymbolTreeNode *tnode, ZCC_Class *outer);
void CreateStructTypes();