missing init

pull/6932/head
paul-szczepanek-arm 2018-04-10 16:47:29 +01:00
parent 70067105d6
commit 1ba920a338
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ void* GattServer::alloc_block(size_t block_size) {
} }
GattServer::GattServer() : GattServer::GattServer() :
::GattServer(), cccSet(), cccValues(), cccHandles(), cccCnt(0), ::GattServer(), _signing_event_handler(NULL), cccSet(), cccValues(), cccHandles(), cccCnt(0),
generic_access_service(), generic_attribute_service(), generic_access_service(), generic_attribute_service(),
registered_service(NULL), allocated_blocks(NULL), registered_service(NULL), allocated_blocks(NULL),
currentHandle(0) currentHandle(0)