diff options
| author | Alejandro Marzini | 2010-06-15 04:13:12 +0000 |
|---|---|---|
| committer | Alejandro Marzini | 2010-06-15 04:13:12 +0000 |
| commit | e1ef3cd9fc059ebe8c606d330173bc3f71f8dce7 (patch) | |
| tree | 46fa8fa2fb556941a0edecee0a1e1169a29232b5 /common | |
| parent | 6a52a168eeb54938c757d3be560f7ba8b30aa7c0 (diff) | |
| download | scummvm-rg350-e1ef3cd9fc059ebe8c606d330173bc3f71f8dce7.tar.gz scummvm-rg350-e1ef3cd9fc059ebe8c606d330173bc3f71f8dce7.tar.bz2 scummvm-rg350-e1ef3cd9fc059ebe8c606d330173bc3f71f8dce7.zip | |
Renamed getAudioCD to getAudioCDManager.
svn-id: r49678
Diffstat (limited to 'common')
| -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; //@} |
