BLE: Fix GattClient destructor by adding a virtual specifier.

pull/5060/head
Vincent Coubard 2017-09-08 10:37:13 +01:00
parent 6a46b9c0a7
commit c58d7de93d
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ public:
* The following functions are meant to be overridden in the platform-specific sub-class.
*/
public:
virtual ~GattClient() { }
/**
* Launch service discovery. Once launched, application callbacks will be
* invoked for matching services or characteristics. isServiceDiscoveryActive()