aboutsummaryrefslogtreecommitdiffstats
path: root/modules/comp_bzip2/bzip2.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-12-09 10:11:34 +0000
committerlloyd <[email protected]>2006-12-09 10:11:34 +0000
commit9fbe69a89f791699bdef6383b10f38fba599e673 (patch)
treeb50e8a3fecc21bc237762c60f6dc3ab96c91ef20 /modules/comp_bzip2/bzip2.cpp
parent66906872d8f1413cdb05a94a3ce20592fb0fe8c6 (diff)
Update some modules which were never changed to use Allocator::get instead
of get_allocator()
Diffstat (limited to 'modules/comp_bzip2/bzip2.cpp')
-rw-r--r--modules/comp_bzip2/bzip2.cpp2
1 files changed, 1 insertions, 1 deletions
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<void*, u32bit> current_allocs;
Allocator* alloc;
- Bzip_Alloc_Info() { alloc = get_allocator(); }
+ Bzip_Alloc_Info() { alloc = Allocator::get(false); }
};
/*************************************************