diff options
| author | Xin Li <delphij@google.com> | 2020-09-08 16:54:43 -0700 |
|---|---|---|
| committer | Xin Li <delphij@google.com> | 2020-09-08 16:54:43 -0700 |
| commit | 57492c61c8800771330363cd5bf63a6c3b263290 (patch) | |
| tree | 0904b9f712d8d0fc62470c89576cb0c0444ce406 /libnos/include/nos/NuggetClient.h | |
| parent | c800e75b5615881f130a7cb356e281966fa67671 (diff) | |
| parent | a21d9de13958fd04376f1dbc2aa945d2df625a90 (diff) | |
| download | platform_external_nos_host_generic-master.tar.gz platform_external_nos_host_generic-master.tar.bz2 platform_external_nos_host_generic-master.zip | |
Bug: 168057903
Merged-In: If0f3baab4f54614b6890d8419f6ca8c1b59ba1de
Change-Id: I24501de7efea9f33add1ada8a2dd5c2bcf98ca7e
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; |
