Fixed usage of default delete
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@75 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
ec8b9cbf5d
commit
cff15d1d0c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ namespace Loki
|
|||
SingletonHolder<MySmallObjAllocator, CreateStatic,
|
||||
PhoenixSingleton>::Instance().Deallocate(p, size);
|
||||
#else
|
||||
::operator delete(p, size);
|
||||
::operator delete(p);
|
||||
#endif
|
||||
}
|
||||
virtual ~SmallObject() {}
|
||||
|
|
Loading…
Reference in a new issue