mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
re-fix typo in PBD::demangle() for systems without execinfo.h
This commit is contained in:
parent
130a652247
commit
8a76441b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
||||||
std::string
|
std::string
|
||||||
demangle (std::string const & l)
|
demangle (std::string const & l)
|
||||||
{
|
{
|
||||||
return string();
|
return std::string();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue