blob: ea7659c69837cfffb7f51d375ce2b7009ceeb301 [file] [log] [blame]
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05001--- a/external/glslang/src/glslang/Include/PoolAlloc.h
2+++ b/external/glslang/src/glslang/Include/PoolAlloc.h
Andrew Geissler748a4832020-07-24 16:24:21 -05003@@ -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