diff options
-rw-r--r-- | sword2/driver/d_sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp index 013877e6e9..35fc9a076c 100644 --- a/sword2/driver/d_sound.cpp +++ b/sword2/driver/d_sound.cpp @@ -326,7 +326,7 @@ MusicInputStream::MusicInputStream(int cd, uint32 musicId, bool looping) MusicInputStream::~MusicInputStream() { delete _decoder; -}; +} inline bool MusicInputStream::eosIntern() const { if (_looping) |