Fix linux build problem.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22002 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich 2013-06-14 17:32:46 +00:00
parent f78fff94e9
commit a622cf2dc5
3 changed files with 8 additions and 8 deletions

View file

@ -95,7 +95,7 @@ struct TParseContext {
TString HashErrMsg;
bool AfterEOF;
const TString* blockName;
TPublicType blockType;
TPublicType publicBlockType;
void initializeExtensionBehavior();
const char* getPreamble();