aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTravis Howell2004-09-04 23:05:34 +0000
committerTravis Howell2004-09-04 23:05:34 +0000
commit95a52bf4b44376110ec4d12d1b7900c99edd7bf0 (patch)
treeb15f5af74f59c3dbbcd770b014262c36a1abd550 /sword2
parentf04e412269fc2118f8777802acb2da81a0f7a0b2 (diff)
downloadscummvm-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.cpp2
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)