summaryrefslogtreecommitdiff
path: root/modules/jsonrpc/jsonrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jsonrpc/jsonrpc.h')
-rw-r--r--modules/jsonrpc/jsonrpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/jsonrpc/jsonrpc.h b/modules/jsonrpc/jsonrpc.h
index 3144746f6d..f57d6aef42 100644
--- a/modules/jsonrpc/jsonrpc.h
+++ b/modules/jsonrpc/jsonrpc.h
@@ -37,7 +37,7 @@
class JSONRPC : public Object {
GDCLASS(JSONRPC, Object)
- Map<String, Object *> method_scopes;
+ HashMap<String, Object *> method_scopes;
protected:
static void _bind_methods();