From 9fbe69a89f791699bdef6383b10f38fba599e673 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 9 Dec 2006 10:11:34 +0000 Subject: Update some modules which were never changed to use Allocator::get instead of get_allocator() --- modules/comp_bzip2/bzip2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comp_bzip2') diff --git a/modules/comp_bzip2/bzip2.cpp b/modules/comp_bzip2/bzip2.cpp index e5934b635..a29c33598 100644 --- a/modules/comp_bzip2/bzip2.cpp +++ b/modules/comp_bzip2/bzip2.cpp @@ -22,7 +22,7 @@ class Bzip_Alloc_Info std::map current_allocs; Allocator* alloc; - Bzip_Alloc_Info() { alloc = get_allocator(); } + Bzip_Alloc_Info() { alloc = Allocator::get(false); } }; /************************************************* -- cgit v1.2.3