Allow copy constructor in GapAdvertisingParams.

This commit is contained in:
Marcus Chang 2015-05-18 19:39:31 +01:00
parent 67abc0ce25
commit 6d3b65391e

View file

@ -106,10 +106,6 @@ private:
AdvertisingType _advType;
uint16_t _interval;
uint16_t _timeout;
private:
/* disallow copy constructor */
GapAdvertisingParams(const GapAdvertisingParams &);
};
#endif // ifndef __GAP_ADVERTISING_PARAMS_H__