mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-19 00:43:44 -04:00
Fix warning in OpenRGBDialog.cpp
This commit is contained in:
1 parent
bc9c04c00b
commit
a152927ec6
1 file changed
+1
-1
@@ -1370,7 +1370,7 @@ void OpenRGBDialog::UpdateDevicesList()
|
||||
}
|
||||
|
||||
bool found = true;
|
||||
base_tab = controllers.size();
|
||||
base_tab = (unsigned int)controllers.size();
|
||||
|
||||
while(found)
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user