Minor fixes

Fork of BLE_API by Bluetooth Low Energy

Revision:
723:71507679c9b2
Parent:
712:b04b5db36865
--- a/ble/services/iBeaconService.h	Thu Jul 02 09:06:12 2015 +0100
+++ b/ble/services/iBeaconService.h	Thu Jul 02 09:06:12 2015 +0100
@@ -66,7 +66,7 @@
         ble.setAdvertisingType(GapAdvertisingParams::ADV_NON_CONNECTABLE_UNDIRECTED);
     }
 
-private:
+protected:
     BLE     &ble;
     Payload  data;
 };