aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index accdbff8fd..ebddcb1692 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1474,8 +1474,8 @@ struct Song {
void update();
private:
- static Common::String Song::getFileName(SoundType song);
- Audio::AudioStream* Song::createStream(Common::String fileName);
+ static Common::String getFileName(SoundType song);
+ Audio::AudioStream* createStream(Common::String fileName);
Audio::SoundHandle handle;