fixed initialisation order

pull/9763/head
paul-szczepanek-arm 2019-02-19 17:26:43 +00:00
parent 400fd82972
commit db4aecb275
1 changed files with 1 additions and 1 deletions

View File

@ -196,9 +196,9 @@ protected:
* Construct a GattServer instance. * Construct a GattServer instance.
*/ */
GattServer() : GattServer() :
eventHandler(NULL),
serviceCount(0), serviceCount(0),
characteristicCount(0), characteristicCount(0),
eventHandler(NULL),
dataSentCallChain(), dataSentCallChain(),
dataWrittenCallChain(), dataWrittenCallChain(),
dataReadCallChain(), dataReadCallChain(),