aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_compiler.h
diff options
context:
space:
mode:
authorHein-Pieter van Braam2017-02-15 14:41:16 +0100
committerHein-Pieter van Braam2017-02-16 18:44:29 +0100
commitb696beea65bbffd31edac169ccf9708f46ab9652 (patch)
tree27bd4f630dda96d028aa0efd7752000844ac996b /modules/gdscript/gd_compiler.h
parent903a3aa5f0e128abb1fb752c10b343b34af8f799 (diff)
downloadgodot-b696beea65bbffd31edac169ccf9708f46ab9652.tar.gz
godot-b696beea65bbffd31edac169ccf9708f46ab9652.tar.zst
godot-b696beea65bbffd31edac169ccf9708f46ab9652.zip
Diffstat (limited to 'modules/gdscript/gd_compiler.h')
-rw-r--r--modules/gdscript/gd_compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_compiler.h b/modules/gdscript/gd_compiler.h
index dd211a852..eb6079e8e 100644
--- a/modules/gdscript/gd_compiler.h
+++ b/modules/gdscript/gd_compiler.h
@@ -93,7 +93,7 @@ class GDCompiler {
//int get_identifier_pos(const StringName& p_dentifier) const;
- HashMap<Variant,int,VariantHasher> constant_map;
+ HashMap<Variant,int,VariantHasher,VariantComparator> constant_map;
Map<StringName,int> name_map;
int get_name_map_pos(const StringName& p_identifier) {