mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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
|
#else
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
demangle (std::string const & l)
|
PBD::demangle (std::string const & l)
|
||||||
{
|
{
|
||||||
return std::string();
|
return std::string();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue