Code

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