mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9a424f61c
commit
5353473b72
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class TTSBase : public QObject
|
|||
public:
|
||||
TTSBase(){}
|
||||
virtual ~TTSBase(){}
|
||||
virtual bool voice(QString text,QString wavfile){return false;}
|
||||
virtual bool voice(QString text,QString wavfile){(void)text; (void)wavfile; return false;}
|
||||
virtual bool start(){return false;}
|
||||
virtual bool stop(){return false;}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue