Forgot to check this in. GCC 4 fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15493 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-12-11 15:44:03 +00:00
parent 998eb12d97
commit bedeb04ec8

View File

@ -810,7 +810,7 @@ sound_error::sound_error(const char *str)
const char *
sound_error::what() const
sound_error::what() const throw ()
{
return m_str_const;
}