From 8fab6bf8630e4f5b3407db71cbb4cda01ff27ffc Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 3 Nov 2015 12:29:08 +0000 Subject: [PATCH] remove extra qualification 'BLE::' on member 'initImplementation' --- ble/BLE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ble/BLE.h b/ble/BLE.h index 3c14409..5db926a 100644 --- a/ble/BLE.h +++ b/ble/BLE.h @@ -1421,7 +1421,7 @@ public: } private: - ble_error_t BLE::initImplementation(FunctionPointerWithContext callback); + ble_error_t initImplementation(FunctionPointerWithContext callback); private: BLE(const BLE&);