diff options
Diffstat (limited to 'src/compiler/glsl/string_to_uint_map.h')
-rw-r--r-- | src/compiler/glsl/string_to_uint_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/string_to_uint_map.h b/src/compiler/glsl/string_to_uint_map.h index e0533ec6ea5..6f9251f90c3 100644 --- a/src/compiler/glsl/string_to_uint_map.h +++ b/src/compiler/glsl/string_to_uint_map.h @@ -61,7 +61,7 @@ struct string_to_uint_map { public: string_to_uint_map() { - this->ht = _mesa_hash_table_create(NULL, _mesa_key_hash_string, + this->ht = _mesa_hash_table_create(NULL, _mesa_hash_string, _mesa_key_string_equal); } |