make it compile under gcc 3.3.2
authorMichal Krol <mjkrol@gmail.org>
Mon, 14 Mar 2005 12:23:14 +0000 (12:23 +0000)
committerMichal Krol <mjkrol@gmail.org>
Mon, 14 Mar 2005 12:23:14 +0000 (12:23 +0000)
src/mesa/shader/slang/MachineIndependent/ParseHelper.h

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