summaryrefslogtreecommitdiff
path: root/platform/windows/tts_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/tts_windows.h')
-rw-r--r--platform/windows/tts_windows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/windows/tts_windows.h b/platform/windows/tts_windows.h
index f0538a097c..33b597c612 100644
--- a/platform/windows/tts_windows.h
+++ b/platform/windows/tts_windows.h
@@ -32,8 +32,8 @@
#define TTS_WINDOWS_H
#include "core/string/ustring.h"
+#include "core/templates/hash_map.h"
#include "core/templates/list.h"
-#include "core/templates/rb_map.h"
#include "core/variant/array.h"
#include "servers/display_server.h"
@@ -54,7 +54,7 @@ class TTS_Windows {
int offset;
int id;
};
- RBMap<ULONG, UTData> ids;
+ HashMap<uint32_t, UTData> ids;
static void __stdcall speech_event_callback(WPARAM wParam, LPARAM lParam);
void _update_tts();