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:
mrgreywater 2015-08-11 12:47:44 +02:00
parent cc5b57e4c0
commit c0c8490b95

View File

@ -134,7 +134,7 @@ public:
/// @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 =
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