13
0

re-fix typo in PBD::demangle() for systems without execinfo.h

This commit is contained in:
Paul Davis 2013-10-15 10:52:29 -04:00
parent 130a652247
commit 8a76441b0f

View File

@ -99,7 +99,7 @@ PBD::stacktrace (std::ostream& out, int levels)
std::string
demangle (std::string const & l)
{
return string();
return std::string();
}
void