summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_debugger_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/debugger/editor_debugger_server.h')
-rw-r--r--editor/debugger/editor_debugger_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/editor_debugger_server.h b/editor/debugger/editor_debugger_server.h
index bda4a1ce7d..adf9a27c71 100644
--- a/editor/debugger/editor_debugger_server.h
+++ b/editor/debugger/editor_debugger_server.h
@@ -39,7 +39,7 @@ public:
typedef EditorDebuggerServer *(*CreateServerFunc)(const String &p_uri);
private:
- static Map<StringName, CreateServerFunc> protocols;
+ static HashMap<StringName, CreateServerFunc> protocols;
public:
static void initialize();