Code

patch 1705533
[inkscape.git] / src / debug / sysv-heap.h
index 2ba24b2b5ae41b38d07940c40c87a29305687d25..82fe9b7696edc62a213fc26c2fcba3833169a860 100644 (file)
@@ -23,8 +23,8 @@ public:
     
     int features() const;
 
-    Util::SharedCStringPtr name() const {
-        return Util::SharedCStringPtr::coerce("standard malloc()");
+    Util::ptr_shared<char> name() const {
+        return Util::share_static_string("standard malloc()");
     }
     Stats stats() const;
     void force_collect() {}