jgh
Fork of BLE_API by
Diff: ble/GattServer.h
- Revision:
- 1192:718787de23b7
- Parent:
- 1183:1589830dbdb7
--- a/ble/GattServer.h Wed Apr 06 19:15:45 2016 +0100 +++ b/ble/GattServer.h Wed Apr 06 19:15:46 2016 +0100 @@ -481,7 +481,7 @@ * invoked. */ template <typename T> - void onShutdown(T *objPtr, void (T::*memberPtr)(void)) { + void onShutdown(T *objPtr, void (T::*memberPtr)(const GattServer *)) { shutdownCallChain.add(objPtr, memberPtr); }