Locations::clear_ranges() leaves punch/loop/session ranges intact if they exist
[ardour.git] / libs / pbd / stacktrace.cc
index 5721c69c54efd16434e3e3ce8d12cf2de0ec8ef3..c74dd946f78d7896246d4dfe36f19df64440bc32 100644 (file)
@@ -106,7 +106,7 @@ PBD::stacktrace (std::ostream& out, int levels)
 #else
 
 std::string 
-/* JE - !!!! 'PBD' namespace might possibly get removed (except it's still used in 'libs/canvas/item.cc') */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') */
 {
        return std::string();
 }