prova

Fork of BLE_API by Bluetooth Low Energy

Revision:
1192:718787de23b7
Parent:
1183: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);
     }