diff options
Diffstat (limited to 'src/debug/heap.h')
| -rw-r--r-- | src/debug/heap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/debug/heap.h b/src/debug/heap.h index 72aae1603..81e7b73eb 100644 --- a/src/debug/heap.h +++ b/src/debug/heap.h @@ -14,7 +14,6 @@ #define SEEN_INKSCAPE_DEBUG_HEAP_H #include <cstddef> -#include "util/share.h" namespace Inkscape { @@ -37,7 +36,7 @@ public: virtual int features() const=0; - virtual Util::ptr_shared name() const=0; + virtual char const *name() const=0; virtual Stats stats() const=0; virtual void force_collect()=0; }; |
