mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
make sure that only *Mt method can be called for MemoryPoolMt
This commit is contained in:
parent
50abeea82a
commit
cb73c7c72e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ namespace util
|
||||||
};
|
};
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
class MemoryPoolMt: public MemoryPool<T>
|
class MemoryPoolMt: private MemoryPool<T>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue