mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
make sure that only *Mt method can be called for MemoryPoolMt
This commit is contained in:
parent
50abeea82a
commit
cb73c7c72e
|
@ -112,7 +112,7 @@ namespace util
|
|||
};
|
||||
|
||||
template<class T>
|
||||
class MemoryPoolMt: public MemoryPool<T>
|
||||
class MemoryPoolMt: private MemoryPool<T>
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in a new issue