Locations::clear_ranges() leaves punch/loop/session ranges intact if they exist
[ardour.git] / libs / pbd / stacktrace.cc
index eca808bfd76094e62bbbba15007b907c294fc11d..c74dd946f78d7896246d4dfe36f19df64440bc32 100644 (file)
@@ -106,10 +106,9 @@ PBD::stacktrace (std::ostream& out, int levels)
 #else
 
 std::string 
-PBD::demangle (std::string const & l)
+PBD::demangle (std::string const & l) /* JE - !!!! 'PBD' namespace might possibly get removed (except it's still used in 'libs/canvas/item.cc') */
 {
-       std::string empty_string;
-       return empty_string;
+       return std::string();
 }
 
 void