fix g++ compilation issues

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24043 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich 2013-11-13 20:50:21 +00:00
parent ec252dfd3b
commit e4f45cbf49
3 changed files with 9 additions and 8 deletions

View file

@ -100,7 +100,7 @@ public:
}
}
static const int baseAlignmentVec4Std140 = 16;
static const int baseAlignmentVec4Std140;
// align a value: if 'value' is not aligned to 'alignment', move it up to a multiple of alignment
void align(int& value, int alignment)
@ -553,6 +553,8 @@ public:
TReflection& reflection;
};
const int TLiveTraverser::baseAlignmentVec4Std140 = 16;
namespace {
//