Bike service
Fork of BLE_API by
Diff: ble/SecurityManager.h
- Revision:
- 1193:718787de23b7
- Parent:
- 1184:1589830dbdb7
--- a/ble/SecurityManager.h Wed Apr 06 19:15:45 2016 +0100 +++ b/ble/SecurityManager.h Wed Apr 06 19:15:46 2016 +0100 @@ -205,7 +205,7 @@ shutdownCallChain.add(callback); } template <typename T> - void onShutdown(T *objPtr, void (T::*memberPtr)(void)) { + void onShutdown(T *objPtr, void (T::*memberPtr)(const SecurityManager *)) { shutdownCallChain.add(objPtr, memberPtr); }