diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h index 8037f8f396..b4b39889cd 100644 --- a/common/system.h +++ b/common/system.h @@ -33,7 +33,7 @@ #include "graphics/pixelformat.h" -#include "backends/audiocd/abstract-audiocd.h" +#include "backends/audiocd/audiocd.h" namespace Audio { class Mixer; @@ -935,7 +935,7 @@ public: * Return the audio cd manager. For more information, refer to the * AudioCDManager documentation. */ - virtual AudioCDManager *getAudioCD() = 0; + virtual AudioCDManager *getAudioCDManager() = 0; //@} |