aboutsummaryrefslogtreecommitdiffstats
path: root/api/tinyb/BluetoothObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/tinyb/BluetoothObject.hpp')
-rw-r--r--api/tinyb/BluetoothObject.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tinyb/BluetoothObject.hpp b/api/tinyb/BluetoothObject.hpp
index da2334f4..0c13058b 100644
--- a/api/tinyb/BluetoothObject.hpp
+++ b/api/tinyb/BluetoothObject.hpp
@@ -89,4 +89,5 @@ public:
* @return True if this object and the other point to the same DBus Object
*/
virtual bool operator==(const BluetoothObject &other) const;
+ virtual bool operator!=(const BluetoothObject &other) const;
};