diff options
author | Sven Gothel <[email protected]> | 2021-11-13 05:01:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-11-13 05:01:02 +0100 |
commit | 101eacfb3d52a41677ead848c5667f10ac28da82 (patch) | |
tree | 148b5348d64466a0c1d6ec7d676bdefa78a14bff /api | |
parent | 414c81b7214d895aba694ff444feca9cdc491bc5 (diff) |
Fix JAVA_MAIN_PACKAGE path
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/BTTypes1.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/BTTypes1.hpp b/api/direct_bt/BTTypes1.hpp index 2c2adf83..da2821b1 100644 --- a/api/direct_bt/BTTypes1.hpp +++ b/api/direct_bt/BTTypes1.hpp @@ -37,7 +37,7 @@ #include "BTTypes0.hpp" #define JAVA_DBT_PACKAGE "jau/direct_bt/" -#define JAVA_MAIN_PACKAGE "org/direct_bt" +#define JAVA_MAIN_PACKAGE "org/direct_bt/" namespace direct_bt { |