diff options
| author | Hein-Pieter van Braam | 2017-02-15 14:41:16 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-02-16 18:44:29 +0100 |
| commit | b696beea65bbffd31edac169ccf9708f46ab9652 (patch) | |
| tree | 27bd4f630dda96d028aa0efd7752000844ac996b /modules/gdscript/gd_compiler.h | |
| parent | 903a3aa5f0e128abb1fb752c10b343b34af8f799 (diff) | |
| download | godot-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.h | 2 |
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) { |
