aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/music.h')
-rw-r--r--engines/sword1/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/music.h b/engines/sword1/music.h
index 104bc1c536..4207019c13 100644
--- a/engines/sword1/music.h
+++ b/engines/sword1/music.h
@@ -43,7 +43,7 @@ private:
public:
MusicHandle() : _fading(0), _audioSource(NULL) {}
virtual int readBuffer(int16 *buffer, const int numSamples);
- bool play(const char *filename, bool loop);
+ bool play(const Common::String &filename, bool loop);
bool playPSX(uint16 id, bool loop);
void stop();
void fadeUp();