mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Maintain compatibility with gcc 4.6
This fixes a compatibility issue when compiling with gcc 4.6 (which is the version distributed with raspbian by default) Former-commit-id: ff8518cbc0627049526138b67f4965cedfdfd4be
This commit is contained in:
parent
cc5b57e4c0
commit
c0c8490b95
@ -134,7 +134,7 @@ public:
|
|||||||
/// @param lightIds light ids of the lights to control if not starting at one in ascending order.
|
/// @param lightIds light ids of the lights to control if not starting at one in ascending order.
|
||||||
///
|
///
|
||||||
LedDevicePhilipsHue(const std::string& output, const std::string& username = "newdeveloper", bool switchOffOnBlack =
|
LedDevicePhilipsHue(const std::string& output, const std::string& username = "newdeveloper", bool switchOffOnBlack =
|
||||||
false, int transitiontime = 1, std::vector<unsigned int> lightIds = {});
|
false, int transitiontime = 1, std::vector<unsigned int> lightIds = std::vector<unsigned int>());
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Destructor of this device
|
/// Destructor of this device
|
||||||
|
Loading…
Reference in New Issue
Block a user