fork
Fork of nRF51822 by
Diff: nRF51GattClient.h
- Revision:
- 333:8eedcd324853
- Parent:
- 332:b054000833d4
- Child:
- 334:5dcd58729c5b
--- a/nRF51GattClient.h Fri Jun 19 15:55:32 2015 +0100 +++ b/nRF51GattClient.h Fri Jun 19 15:55:32 2015 +0100 @@ -120,7 +120,7 @@ } public: - nRF51GattClient() { /* need a default constructor because we've added a private copy constructor */ + nRF51GattClient() : discovery(this) { /* empty */ }