re-fix typo in PBD::demangle() for systems without execinfo.h
This commit is contained in:
parent
130a652247
commit
8a76441b0f
@ -99,7 +99,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
||||
std::string
|
||||
demangle (std::string const & l)
|
||||
{
|
||||
return string();
|
||||
return std::string();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user