diff options
author | Travis Howell | 2004-09-04 23:05:34 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-04 23:05:34 +0000 |
commit | 95a52bf4b44376110ec4d12d1b7900c99edd7bf0 (patch) | |
tree | b15f5af74f59c3dbbcd770b014262c36a1abd550 /sword2 | |
parent | f04e412269fc2118f8777802acb2da81a0f7a0b2 (diff) | |
download | scummvm-rg350-95a52bf4b44376110ec4d12d1b7900c99edd7bf0.tar.gz scummvm-rg350-95a52bf4b44376110ec4d12d1b7900c99edd7bf0.tar.bz2 scummvm-rg350-95a52bf4b44376110ec4d12d1b7900c99edd7bf0.zip |
Fix compile
svn-id: r14898
Diffstat (limited to 'sword2')
-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) |