aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/audiocd.h')
-rw-r--r--sound/audiocd.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/audiocd.h b/sound/audiocd.h
index c829daafaa..c7d5fd15e0 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -28,6 +28,9 @@
#include "common/singleton.h"
#include "sound/mixer.h"
+
+namespace Audio {
+
class DigitalTrackInfo {
public:
virtual bool error() = 0;
@@ -82,6 +85,8 @@ private:
};
/** Shortcut for accessing the audio CD manager. */
-#define AudioCD AudioCDManager::instance()
+#define AudioCD Audio::AudioCDManager::instance()
+
+} // End of namespace Audio
#endif