blob: 4ecc371ca42e9895eb9de4e989518590972e3009 [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Pending
2
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05003--- a/external/glslang/src/glslang/Include/PoolAlloc.h
4+++ b/external/glslang/src/glslang/Include/PoolAlloc.h
Andrew Geissler748a4832020-07-24 16:24:21 -05005@@ -240,8 +240,9 @@ protected:
6
7 int numCalls; // just an interesting statistic
8 size_t totalBytes; // just an interesting statistic
9-private:
10+public:
11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator
12+private:
13 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor
14 };
15