From 4f46bb0e09ddfa540b60bd4d152385729127aceb Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 6 Feb 2006 04:15:05 +0000 Subject: replace Util::SharedCStringPtr with the more general Util::shared_ptr<> (bzr r87) --- src/debug/sysv-heap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug/sysv-heap.h') diff --git a/src/debug/sysv-heap.h b/src/debug/sysv-heap.h index 2ba24b2b5..9a07a3261 100644 --- a/src/debug/sysv-heap.h +++ b/src/debug/sysv-heap.h @@ -23,8 +23,8 @@ public: int features() const; - Util::SharedCStringPtr name() const { - return Util::SharedCStringPtr::coerce("standard malloc()"); + Util::shared_ptr name() const { + return Util::share_static("standard malloc()"); } Stats stats() const; void force_collect() {} -- cgit v1.2.3