summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-03-14 12:23:14 +0000
committerMichal Krol <mjkrol@gmail.org>2005-03-14 12:23:14 +0000
commit5c9d21df3dc10a0b5fd7bedae54ca3b63beddd5e (patch)
treea9b7c33fdd1260172192bc77bfb44a015b70d83b /src/mesa/shader
parent8998de569c2f22fb91ec6c6a6a59fda0992df5b2 (diff)
make it compile under gcc 3.3.2
Diffstat (limited to 'src/mesa/shader')
-rwxr-xr-xsrc/mesa/shader/slang/MachineIndependent/ParseHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/MachineIndependent/ParseHelper.h b/src/mesa/shader/slang/MachineIndependent/ParseHelper.h
index 87f3d3bea9..9d495cb782 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);