prova

Fork of BLE_API by Bluetooth Low Energy

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