1--- a/external/glslang/src/glslang/Include/PoolAlloc.h
2+++ b/external/glslang/src/glslang/Include/PoolAlloc.h
3@@ -240,8 +240,9 @@ protected:
4
5     int numCalls;           // just an interesting statistic
6     size_t totalBytes;      // just an interesting statistic
7-private:
8+public:
9     TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
10+private:
11     TPoolAllocator(const TPoolAllocator&);  // don't allow default copy constructor
12 };
13
14