diff options
| author | MenTaLguY <mental@rydia.net> | 2006-02-08 04:15:29 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-02-08 04:15:29 +0000 |
| commit | c7ffba4c8d0030bf5bf92dd4eef6fac6017c62bf (patch) | |
| tree | 48842d0beebf72330fd5fd3e8b6d3edcfbedf257 /src/debug/gc-heap.h | |
| parent | revert to black and white cursors (diff) | |
| download | inkscape-c7ffba4c8d0030bf5bf92dd4eef6fac6017c62bf.tar.gz inkscape-c7ffba4c8d0030bf5bf92dd4eef6fac6017c62bf.zip | |
share_static -> share_static_string
(bzr r104)
Diffstat (limited to 'src/debug/gc-heap.h')
| -rw-r--r-- | src/debug/gc-heap.h | 2 |
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; |
