Code

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