summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
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);