Changing a few things to pointer; Testing Lifxtest benchmark without using runtime...
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LifxLightBulb.hpp
index 79e8e9eb085e18e395cdf50b195696962f7ca3b5..e422a729b1fec5d433e08099c7bb2eb39014e853 100644 (file)
@@ -86,13 +86,13 @@ class LifxLightBulb : public LightBulb
                bool stateDidChange = false;
 
                // Device address
-               IoTSet<IoTDeviceAddress*> lb_addresses;
+               IoTSet<IoTDeviceAddress*>* lb_addresses;
 
        public:
 
                // Constructor
                LifxLightBulb();
-               LifxLightBulb(IoTSet<IoTDeviceAddress*> _devAddress, string macAddress);
+               LifxLightBulb(IoTSet<IoTDeviceAddress*>* _devAddress, string macAddress);
                ~LifxLightBulb();
                // Initialize the lightbulb
                void init();