diff options
Diffstat (limited to 'api/tinyb/BluetoothDevice.hpp')
-rw-r--r-- | api/tinyb/BluetoothDevice.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tinyb/BluetoothDevice.hpp b/api/tinyb/BluetoothDevice.hpp index e3300b56..72e1b834 100644 --- a/api/tinyb/BluetoothDevice.hpp +++ b/api/tinyb/BluetoothDevice.hpp @@ -75,7 +75,7 @@ protected: public: static std::string java_class() { - return std::string(JAVA_PACKAGE "/BluetoothDevice"); + return std::string(JAVA_DBUS_PACKAGE "/DBusDevice"); } static BluetoothType class_type() { return BluetoothType::DEVICE; } |