mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +00:00
- Fixed GCC/Clang 'extra qualification' error.
This commit is contained in:
parent
092b2d6ea0
commit
4694f9b201
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue