1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-26 14:56:33 -04:00

Remove use of uninitialised variable

This commit is contained in:
Jon Beniston 2021-01-08 13:43:57 +00:00
parent 4a3072343d
commit 4217c6bbf9

View File

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