aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
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 fa5e715bcb..866bc42e04 100644
--- a/gui/gui-manager.h
+++ b/gui/gui-manager.h
@@ -107,6 +107,7 @@ public:
* only be deleted when that dialog is the top level dialog.
*/
void addToTrash(GuiObject*, Dialog* parent = 0);
+ static void initTextToSpeech();
bool _launched;
@@ -177,7 +178,6 @@ protected:
void giveFocusToDialog(Dialog *dialog);
void setLastMousePos(int16 x, int16 y);
- void initTextToSpeech();
};
} // End of namespace GUI