aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/bgatmosphere.h
diff options
context:
space:
mode:
authorOri Avtalion2011-02-26 20:01:02 +0200
committerOri Avtalion2011-02-26 20:25:44 +0200
commit765540a5fd58238c51ea50f96e5a5940dbbf88ef (patch)
tree7739d9455d2d0128c3bca0f76573f65cbbe68c30 /engines/gob/sound/bgatmosphere.h
parent9bd5e8ff15dc22cf43281365e5835fc028a7caad (diff)
downloadscummvm-rg350-765540a5fd58238c51ea50f96e5a5940dbbf88ef.tar.gz
scummvm-rg350-765540a5fd58238c51ea50f96e5a5940dbbf88ef.tar.bz2
scummvm-rg350-765540a5fd58238c51ea50f96e5a5940dbbf88ef.zip
GOB: Avoid hiding overloaded virtual methods
Diffstat (limited to 'engines/gob/sound/bgatmosphere.h')
-rw-r--r--engines/gob/sound/bgatmosphere.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/sound/bgatmosphere.h b/engines/gob/sound/bgatmosphere.h
index 71a2263341..7e58c0b4e9 100644
--- a/engines/gob/sound/bgatmosphere.h
+++ b/engines/gob/sound/bgatmosphere.h
@@ -46,8 +46,8 @@ public:
BackgroundAtmosphere(Audio::Mixer &mixer);
~BackgroundAtmosphere();
- void play();
- void stop();
+ void playBA();
+ void stopBA();
void setPlayMode(PlayMode mode);