Code

share_static -> share_static_string
[inkscape.git] / src / debug / gc-heap.h
index 0a9534701deb01272f99b72eb7098feb5b5d2169..75a60158ee3f066232152280c68ede961c06fd0f 100644 (file)
@@ -24,7 +24,7 @@ public:
         return SIZE_AVAILABLE | USED_AVAILABLE | GARBAGE_COLLECTED;
     }
     Util::shared_ptr<char> name() const {
-        return Util::share_static("libgc");
+        return Util::share_static_string("libgc");
     }
     Heap::Stats stats() const {
         Stats stats;