aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/speech.h')
-rw-r--r--engines/glk/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/speech.h b/engines/glk/speech.h
index 43f929cc1d..273c953fed 100644
--- a/engines/glk/speech.h
+++ b/engines/glk/speech.h
@@ -39,7 +39,7 @@ protected:
void gli_tts_purge(void) {}
- void gli_tts_speak(const uint *buf, size_t len) {}
+ void gli_tts_speak(const uint32 *buf, size_t len) {}
void gli_free_tts(void) {}
};