Remove use of uninitialised variable

pull/744/head
Jon Beniston 2021-01-08 13:43:57 +00:00
rodzic 4a3072343d
commit 4217c6bbf9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ public:
}
else
{
typeId++;
typeId = m_typeCount++;
m_typeIds.insert(type, typeId);
}