mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add proper namespace to PBD::demangle for systems without execinfo
This commit is contained in:
parent
b880a38152
commit
dfec88e1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||
#else
|
||||
|
||||
std::string
|
||||
demangle (std::string const & l)
|
||||
PBD::demangle (std::string const & l)
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue