diff options
Diffstat (limited to 'modules/comp_zlib/zlib.cpp')
-rw-r--r-- | modules/comp_zlib/zlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comp_zlib/zlib.cpp b/modules/comp_zlib/zlib.cpp index 8bbafcea2..a1e05453d 100644 --- a/modules/comp_zlib/zlib.cpp +++ b/modules/comp_zlib/zlib.cpp @@ -21,7 +21,7 @@ class Zlib_Alloc_Info std::map<void*, u32bit> current_allocs; Allocator* alloc; - Zlib_Alloc_Info() { alloc = get_allocator(); } + Zlib_Alloc_Info() { alloc = Allocator::get(false); } }; /************************************************* |