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/heap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug/heap.h') diff --git a/src/debug/heap.h b/src/debug/heap.h index d07cf74a1..ef563030f 100644 --- a/src/debug/heap.h +++ b/src/debug/heap.h @@ -13,7 +13,7 @@ #define SEEN_INKSCAPE_DEBUG_HEAP_H #include -#include "util/shared-c-string-ptr.h" +#include "util/share.h" namespace Inkscape { @@ -36,7 +36,7 @@ public: virtual int features() const=0; - virtual Util::SharedCStringPtr name() const=0; + virtual Util::shared_ptr name() const=0; virtual Stats stats() const=0; virtual void force_collect()=0; }; -- cgit v1.2.3