diff options
Diffstat (limited to 'src/BluetoothGattCharacteristic.cpp')
-rw-r--r-- | src/BluetoothGattCharacteristic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BluetoothGattCharacteristic.cpp b/src/BluetoothGattCharacteristic.cpp index a087ae68..30914e9e 100644 --- a/src/BluetoothGattCharacteristic.cpp +++ b/src/BluetoothGattCharacteristic.cpp @@ -60,7 +60,7 @@ std::string BluetoothGattCharacteristic::get_class_name() const std::string BluetoothGattCharacteristic::get_java_class() const { - return std::string(JAVA_PACKAGE "/BluetoothGattCharacteristic"); + return std::string(JAVA_DBUS_PACKAGE "/DBusGattCharacteristic"); } std::string BluetoothGattCharacteristic::get_object_path() const |