aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-23 16:40:08 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commit4ec10ffec786be030a358e1b5499a6b856092e81 (patch)
treecb5d347998aaaf547ba16a7ed57d947571bca4ff /gui
parent2ecbf9ac181e21ddbb70e080d97bdda567fe2d19 (diff)
downloadscummvm-rg350-4ec10ffec786be030a358e1b5499a6b856092e81.tar.gz
scummvm-rg350-4ec10ffec786be030a358e1b5499a6b856092e81.tar.bz2
scummvm-rg350-4ec10ffec786be030a358e1b5499a6b856092e81.zip
TTS: Remove "static" from initTextToSpeech()
Diffstat (limited to 'gui')
-rw-r--r--gui/gui-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui-manager.h b/gui/gui-manager.h
index 866bc42e04..880c94d436 100644
--- a/gui/gui-manager.h
+++ b/gui/gui-manager.h
@@ -107,7 +107,7 @@ public:
* only be deleted when that dialog is the top level dialog.
*/
void addToTrash(GuiObject*, Dialog* parent = 0);
- static void initTextToSpeech();
+ void initTextToSpeech();
bool _launched;