diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h index bea463410a..d26bc593aa 100644 --- a/common/system.h +++ b/common/system.h @@ -118,8 +118,9 @@ protected: //@{ /** - * If no value is provided for this slot, then OSystem::initBackend() - * will populate it with a DefaultAudioCDManager instance. + * No default value is provided for _audiocdManager by OSystem. + * However, BaseBackend::initBackend() does set a default value + * if none has been set before. * * @note _audiocdManager is deleted by the OSystem destructor. */ |