Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit c8a2fe8

Browse files
committed
Merge pull request #370 from mrgreywater/gcc46-compat
Maintain compatibility with gcc 4.6
2 parents 2025f1e + ff8518c commit c8a2fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/leddevice/LedDevicePhilipsHue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Q_OBJECT
134134
/// @param lightIds light ids of the lights to control if not starting at one in ascending order.
135135
///
136136
LedDevicePhilipsHue(const std::string& output, const std::string& username = "newdeveloper", bool switchOffOnBlack =
137-
false, int transitiontime = 1, std::vector<unsigned int> lightIds = {});
137+
false, int transitiontime = 1, std::vector<unsigned int> lightIds = std::vector<unsigned int>());
138138

139139
///
140140
/// Destructor of this device

0 commit comments

Comments
 (0)