mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix namespace issue with demangle on systems without execinfo.h
This commit is contained in:
parent
89738cc3c2
commit
a29b83c124
2 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||
#else
|
||||
|
||||
std::string
|
||||
PBD::demangle (std::string const & l)
|
||||
demangle (std::string const & l)
|
||||
{
|
||||
return string();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue