mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
make sure that only *Mt method can be called for MemoryPoolMt
This commit is contained in:
@@ -112,7 +112,7 @@ namespace util
|
|||||||
};
|
};
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
class MemoryPoolMt: public MemoryPool<T>
|
class MemoryPoolMt: private MemoryPool<T>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user