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:
parent
998eb12d97
commit
bedeb04ec8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user