From 89738cc3c230cfad84dd38bfa1477b40146010a2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Oct 2013 10:32:36 -0400 Subject: [PATCH] fix typo in PBD::demangle() for systems without execinfo.h --- libs/pbd/stacktrace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/stacktrace.cc b/libs/pbd/stacktrace.cc index b78f0e9338..021c9b7c04 100644 --- a/libs/pbd/stacktrace.cc +++ b/libs/pbd/stacktrace.cc @@ -99,7 +99,7 @@ PBD::stacktrace (std::ostream& out, int levels) std::string PBD::demangle (std::string const & l) { - return string; + return string(); } void