summaryrefslogtreecommitdiffstats
path: root/src/debug/demangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/demangle.h')
-rw-r--r--src/debug/demangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/demangle.h b/src/debug/demangle.h
index 7505d9550..c5e160caa 100644
--- a/src/debug/demangle.h
+++ b/src/debug/demangle.h
@@ -18,7 +18,7 @@ namespace Inkscape {
namespace Debug {
-Util::ptr_shared<char> demangle(char const *name);
+Util::ptr_shared demangle(char const *name);
}