aboutsummaryrefslogtreecommitdiff
path: root/ble/Bluetooth.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-02-21 10:37:25 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-02-21 10:37:25 +0100
commita76e09808905d280282a81958cb4c68f71f18ca4 (patch)
tree52719f5d59bbdeee52188c9094850c80e24eaa67 /ble/Bluetooth.h
parent7c9f266cdb37e215279208198dfe009dc66c5daa (diff)
downloadble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.gz
ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.bz2
ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.xz
ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.zip
o Consistence reference usage.
Diffstat (limited to 'ble/Bluetooth.h')
-rw-r--r--ble/Bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ble/Bluetooth.h b/ble/Bluetooth.h
index 1dd5022..d6be783 100644
--- a/ble/Bluetooth.h
+++ b/ble/Bluetooth.h
@@ -122,7 +122,7 @@ public:
virtual ~BluetoothGatt();
-// virtual BluetoothDevice &getDevice() = 0;
+ virtual BluetoothDevice &getDevice() const = 0;
virtual void connect() = 0;