mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00: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…
x
Reference in New Issue
Block a user