1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-23 02:24:16 -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
+1 -1
View File
@@ -59,7 +59,7 @@ public:
}
else
{
typeId++;
typeId = m_typeCount++;
m_typeIds.insert(type, typeId);
}