summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stacktrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/stacktrace.h')
-rw-r--r--libs/pbd/pbd/stacktrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/stacktrace.h b/libs/pbd/pbd/stacktrace.h
index 94d07cab96..f3c7baf7d7 100644
--- a/libs/pbd/pbd/stacktrace.h
+++ b/libs/pbd/pbd/stacktrace.h
@@ -37,6 +37,7 @@
namespace PBD {
void stacktrace (std::ostream& out, int levels = 0);
void trace_twb();
+ std::string demangle (const std::string&);
template<typename T>
class thing_with_backtrace