From 5c9d21df3dc10a0b5fd7bedae54ca3b63beddd5e Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Mon, 14 Mar 2005 12:23:14 +0000 Subject: [PATCH] make it compile under gcc 3.3.2 --- src/mesa/shader/slang/MachineIndependent/ParseHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/shader/slang/MachineIndependent/ParseHelper.h b/src/mesa/shader/slang/MachineIndependent/ParseHelper.h index 87f3d3b..9d495cb 100755 --- a/src/mesa/shader/slang/MachineIndependent/ParseHelper.h +++ b/src/mesa/shader/slang/MachineIndependent/ParseHelper.h @@ -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); -- 2.7.4