mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 05:25:08 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
3
deps/acelite/ace/Obstack_T.h
vendored
3
deps/acelite/ace/Obstack_T.h
vendored
@@ -4,7 +4,7 @@
|
||||
/**
|
||||
* @file Obstack_T.h
|
||||
*
|
||||
* @author Doug Schmidt <schmidt@cs.wustl.edu>
|
||||
* @author Doug Schmidt <d.schmidt@vanderbilt.edu>
|
||||
* @author Nanbor Wang <nanbor@cs.wustl.edu>
|
||||
*/
|
||||
//=============================================================================
|
||||
@@ -36,7 +36,6 @@ template <class ACE_CHAR_T>
|
||||
class ACE_Obstack_T
|
||||
{
|
||||
public:
|
||||
// = Initialization and termination methods.
|
||||
ACE_Obstack_T (size_t size = (4096 * sizeof (ACE_CHAR_T)) - sizeof (ACE_Obchunk),
|
||||
ACE_Allocator *allocator_strategy = 0);
|
||||
~ACE_Obstack_T (void);
|
||||
|
||||
Reference in New Issue
Block a user