add proper namespace to PBD::demangle for systems without execinfo

This commit is contained in:
Paul Davis 2013-12-29 13:59:37 -05:00
parent b880a38152
commit dfec88e1a3

View file

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