summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/tts_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linuxbsd/tts_linux.h')
-rw-r--r--platform/linuxbsd/tts_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linuxbsd/tts_linux.h b/platform/linuxbsd/tts_linux.h
index ec68219689..2a3d33221d 100644
--- a/platform/linuxbsd/tts_linux.h
+++ b/platform/linuxbsd/tts_linux.h
@@ -72,8 +72,8 @@ class TTS_Linux : public Object {
protected:
void _load_voices();
- void _speech_event(size_t p_msg_id, size_t p_client_id, int p_type);
- void _speech_index_mark(size_t p_msg_id, size_t p_client_id, int p_type, const String &p_index_mark);
+ void _speech_event(int p_msg_id, int p_type);
+ void _speech_index_mark(int p_msg_id, int p_type, const String &p_index_mark);
public:
static TTS_Linux *get_singleton();