From 8a76441b0f95ea49aaffea43bfe9194becbb914a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Oct 2013 10:52:29 -0400 Subject: [PATCH] re-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 b89ebcc8a9..4fafb6120c 100644 --- a/libs/pbd/stacktrace.cc +++ b/libs/pbd/stacktrace.cc @@ -99,7 +99,7 @@ PBD::stacktrace (std::ostream& out, int levels) std::string demangle (std::string const & l) { - return string(); + return std::string(); } void