diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/AdbClient.h')
-rw-r--r-- | lldb/source/Plugins/Platform/Android/AdbClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Android/AdbClient.h b/lldb/source/Plugins/Platform/Android/AdbClient.h index 471dce5ea75..56bb04e3904 100644 --- a/lldb/source/Plugins/Platform/Android/AdbClient.h +++ b/lldb/source/Plugins/Platform/Android/AdbClient.h @@ -96,7 +96,7 @@ public: const uint16_t remote_port); Error SetPortForwarding(const uint16_t local_port, - const char *remote_socket_name, + llvm::StringRef remote_socket_name, const UnixSocketNamespace socket_namespace); Error DeletePortForwarding(const uint16_t local_port); |