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:
@@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
typeId++;
|
||||
typeId = m_typeCount++;
|
||||
m_typeIds.insert(type, typeId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user