aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/music.h2
-rw-r--r--engines/gob/sound.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/music.h b/engines/gob/music.h
index e6421ea32c..16aa839cdc 100644
--- a/engines/gob/music.h
+++ b/engines/gob/music.h
@@ -33,7 +33,7 @@ namespace Gob {
class GobEngine;
-class Music : public AudioStream {
+class Music : public Audio::AudioStream {
public:
Music(GobEngine *vm);
~Music();
diff --git a/engines/gob/sound.h b/engines/gob/sound.h
index 4433cde305..d755e9898c 100644
--- a/engines/gob/sound.h
+++ b/engines/gob/sound.h
@@ -66,7 +66,7 @@ public:
protected:
// TODO: This is a very primitive square wave generator. The only thing is
// has in common with the PC speaker is that it sounds terrible.
- class SquareWaveStream : public AudioStream {
+ class SquareWaveStream : public Audio::AudioStream {
private:
uint _rate;
bool _beepForever;