13
0

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

This commit is contained in:
Paul Davis 2013-10-15 10:32:36 -04:00
parent 1735d791dd
commit 89738cc3c2

View File

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