summaryrefslogtreecommitdiffstats
path: root/src/debug/gc-heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/gc-heap.h')
-rw-r--r--src/debug/gc-heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/gc-heap.h b/src/debug/gc-heap.h
index 0a9534701..75a60158e 100644
--- a/src/debug/gc-heap.h
+++ b/src/debug/gc-heap.h
@@ -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;