diff options
Diffstat (limited to 'libnos/include/nos/NuggetClient.h')
| -rw-r--r-- | libnos/include/nos/NuggetClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnos/include/nos/NuggetClient.h b/libnos/include/nos/NuggetClient.h index 428b0c3..f79b168 100644 --- a/libnos/include/nos/NuggetClient.h +++ b/libnos/include/nos/NuggetClient.h @@ -42,6 +42,7 @@ public: * Passing an empty device name causes the default device to be selected. */ NuggetClient(const std::string& device_name); + NuggetClient(const char* device_name); ~NuggetClient() override; |
