diff options
author | Littleboy | 2011-07-05 18:33:19 -0400 |
---|---|---|
committer | Littleboy | 2011-07-06 14:33:40 -0400 |
commit | 8e75d9c84b62c86a3484f69544962bd2e4e9cd77 (patch) | |
tree | fe007d5bca2aa221e7b4117a362ac24f35555f44 /common | |
parent | c4b2800145d3f6a2896c619165a73054677f138f (diff) | |
download | scummvm-rg350-8e75d9c84b62c86a3484f69544962bd2e4e9cd77.tar.gz scummvm-rg350-8e75d9c84b62c86a3484f69544962bd2e4e9cd77.tar.bz2 scummvm-rg350-8e75d9c84b62c86a3484f69544962bd2e4e9cd77.zip |
COMMON: Update documentation comment for TaskbarManager slot
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 15fbe386b1..9b833c5b1a 100644 --- a/common/system.h +++ b/common/system.h @@ -154,9 +154,9 @@ protected: #if defined(USE_TASKBAR) /** - * No default value is provided for _savefileManager by OSystem. + * No default value is provided for _taskbarManager by OSystem. * - * @note _savefileManager is deleted by the OSystem destructor. + * @note _taskbarManager is deleted by the OSystem destructor. */ Common::TaskbarManager *_taskbarManager; #endif |