aboutsummaryrefslogtreecommitdiff
path: root/core/string_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string_db.h')
-rw-r--r--core/string_db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/string_db.h b/core/string_db.h
index 5e3086d4e..01d1ca403 100644
--- a/core/string_db.h
+++ b/core/string_db.h
@@ -27,6 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
+
#ifndef STRING_DB_H
#define STRING_DB_H
@@ -66,6 +67,7 @@ class StringName {
_Data() {
cname = NULL;
next = prev = NULL;
+ idx = 0;
hash = 0;
}
};