GCC 4 fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15490 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-12-11 13:53:26 +00:00
parent 711f8274f3
commit 2fee50849c
+1 -1
View File
@@ -18,7 +18,7 @@ class sound_error : public std::exception {
const char * m_str_const;
public:
sound_error(const char * str);
const char * what() const;
const char * what() const throw ();
};
class BSoundPlayer {