From b62b3ab8598d7243131c5da853331050ae6d204b Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 10 Oct 2019 04:47:32 +0200 Subject: HDB: No need to restate that member functions are indeed part of the class. --- engines/hdb/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3