Code

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