mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix typo in comment.
Thanks to fml for noticing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31595 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f22ecf6726
commit
959432d728
1 changed files with 2 additions and 2 deletions
|
|
@ -43,9 +43,9 @@ class EncoderBase : public EncTtsSettingInterface
|
||||||
// settings
|
// settings
|
||||||
//! Child class should return true when configuration is ok
|
//! Child class should return true when configuration is ok
|
||||||
virtual bool configOk()=0;
|
virtual bool configOk()=0;
|
||||||
//! Child class should fill in the setttingsList
|
//! Child class should fill in settingsList
|
||||||
virtual void generateSettings() = 0;
|
virtual void generateSettings() = 0;
|
||||||
//! Chlid class should commit the from SettingsList to permanent storage
|
//! Child class should commit from SettingsList to permanent storage
|
||||||
virtual void saveSettings() = 0;
|
virtual void saveSettings() = 0;
|
||||||
|
|
||||||
// static functions
|
// static functions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue