make it compile under gcc 3.3.2

This commit is contained in:
Michal Krol 2005-03-14 12:23:14 +00:00
parent 8998de569c
commit 5c9d21df3d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ struct TParseContext {
const TFunction* findFunction(int line, TFunction* pfnCall, bool *builtIn = 0);
bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType,
TIntermTyped* initializer, TIntermNode*& intermNode);
bool TParseContext::canNodeBeRemoved(TIntermNode*);
bool canNodeBeRemoved(TIntermNode*);
TIntermTyped* addConstructor(TIntermNode*, TType*, TOperator, TFunction*, TSourceLoc);
TIntermTyped* constructStruct(TIntermNode*, TType*, int, TSourceLoc, bool subset);
TIntermTyped* constructBuiltIn(TType*, TOperator, TIntermNode*, TSourceLoc, bool subset);