Fix g++ complaint with previous check in.
authorJohn Kessenich <cepheus@frii.com>
Thu, 26 Sep 2013 00:53:10 +0000 (00:53 +0000)
committerJohn Kessenich <cepheus@frii.com>
Thu, 26 Sep 2013 00:53:10 +0000 (00:53 +0000)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23247 e7fa87d3-cd2b-0410-9028-fcbf551c1848

glslang/MachineIndependent/ParseHelper.h

index f40cd784e1a73275a9240af035b746f6480735ea..a4bfbfd91aa6a97aab1d2e9932ab7d689649d8e6 100644 (file)
@@ -167,7 +167,7 @@ protected:
     const char* getPreamble();
     TBehavior getExtensionBehavior(const char* behavior);
     void nonInitConstCheck(TSourceLoc, TString& identifier, TType& type);
-    TVariable* TParseContext::declareNonArray(TSourceLoc, TString& identifier, TType&, bool& newDeclaration);
+    TVariable* declareNonArray(TSourceLoc, TString& identifier, TType&, bool& newDeclaration);
     void declareArray(TSourceLoc, TString& identifier, const TType&, TVariable*&, bool& newDeclaration);
     TIntermNode* executeInitializer(TSourceLoc, TString& identifier, TType&, TIntermTyped* initializer, TVariable* variable);