Fix warning in PhilipsHueSettingsHandler.cpp

This commit is contained in:
Adam Honse
2025-01-19 01:15:27 -06:00
parent 6ac3fae951
commit 116a031c6d
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ PhilipsHueSettingsHandler::~PhilipsHueSettingsHandler()
delete (hue_settings_type *)hue_settings;
}
unsigned int PhilipsHueSettingsHandler::GetBridgeCount()
std::size_t PhilipsHueSettingsHandler::GetBridgeCount()
{
if(HUE_SETTINGS.contains("bridges"))
{