coverity#707953 Uninitialized scalar field

Change-Id: I7ae556a065f250774c7d0f8ca4f6f9c9c2c6c533
This commit is contained in:
Caolán McNamara 2014-02-11 12:44:13 +00:00
parent feaa2f675a
commit 16e21955d2

View File

@ -76,6 +76,7 @@ Thesaurus::Thesaurus() :
aTLocs = NULL;
aTNames = NULL;
numthes = 0;
prevLocale = LANGUAGE_DONTKNOW;
}