Fix possible loss of data warning in PhilipsHueEntertainmentController.cpp
This commit is contained in:
parent
ebf5dbedb6
commit
c42a5ef9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ PhilipsHueEntertainmentController::PhilipsHueEntertainmentController(hueplusplus
|
|||
| Fill in location string with bridge IP |
|
||||
\*-------------------------------------------------*/
|
||||
location = "IP: " + bridge.getBridgeIP();
|
||||
num_leds = group.getLightIds().size();
|
||||
num_leds = (unsigned int)group.getLightIds().size();
|
||||
connected = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue