mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-12 11:26:11 -05:00
Remove use of uninitialised variable
This commit is contained in:
parent
4a3072343d
commit
4217c6bbf9
@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
typeId++;
|
||||
typeId = m_typeCount++;
|
||||
m_typeIds.insert(type, typeId);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user