diff options
Diffstat (limited to 'core/string_db.h')
-rw-r--r-- | core/string_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string_db.h b/core/string_db.h index 28ca812a45..01d1ca4033 100644 --- a/core/string_db.h +++ b/core/string_db.h @@ -67,6 +67,7 @@ class StringName { _Data() { cname = NULL; next = prev = NULL; + idx = 0; hash = 0; } }; |