summaryrefslogtreecommitdiff
path: root/core/debugger/local_debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/debugger/local_debugger.h')
-rw-r--r--core/debugger/local_debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/debugger/local_debugger.h b/core/debugger/local_debugger.h
index ecd805a6cb..c687214c65 100644
--- a/core/debugger/local_debugger.h
+++ b/core/debugger/local_debugger.h
@@ -42,7 +42,7 @@ private:
ScriptsProfiler *scripts_profiler = nullptr;
String target_function;
- Map<String, String> options;
+ HashMap<String, String> options;
Pair<String, int> to_breakpoint(const String &p_line);
void print_variables(const List<String> &names, const List<Variant> &values, const String &variable_prefix);