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