diff options
Diffstat (limited to 'src/debug/demangle.h')
| -rw-r--r-- | src/debug/demangle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/debug/demangle.h b/src/debug/demangle.h index 95042446f..ba747cd3a 100644 --- a/src/debug/demangle.h +++ b/src/debug/demangle.h @@ -13,13 +13,14 @@ #ifndef SEEN_INKSCAPE_DEBUG_DEMANGLE_H #define SEEN_INKSCAPE_DEBUG_DEMANGLE_H -#include "util/share.h" +#include <memory> +#include <string> namespace Inkscape { namespace Debug { -Util::ptr_shared demangle(char const *name); +std::shared_ptr<std::string> demangle(char const *name); } |
