fix warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13915 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7564ad8efa
commit
3ce7f0ecf3
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ public:
|
|||
void setEncexe(wxString exe){m_EncExec=exe;}
|
||||
|
||||
wxArrayString getSupportedTTS(){return m_supportedTTS;}
|
||||
bool setTTsType(wxString tts) {m_curTTS = tts; }
|
||||
void setTTsType(wxString tts) {m_curTTS = tts; }
|
||||
wxString getTTsOpts(wxString ttsname);
|
||||
void setTTsOpts(wxString opts) {m_TTSOpts=opts;}
|
||||
|
||||
wxArrayString getSupportedEnc(){return m_supportedEnc;}
|
||||
bool setEncType(wxString enc) {m_curEnc =enc; }
|
||||
void setEncType(wxString enc) {m_curEnc =enc; }
|
||||
wxString getEncOpts(wxString encname);
|
||||
void setEncOpts(wxString opts) {m_EncOpts=opts;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue