diff options
Diffstat (limited to 'lldb/source/Core')
| -rw-r--r-- | lldb/source/Core/ConnectionSharedMemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ConnectionSharedMemory.cpp b/lldb/source/Core/ConnectionSharedMemory.cpp index 74487b017e4..05dec4856c2 100644 --- a/lldb/source/Core/ConnectionSharedMemory.cpp +++ b/lldb/source/Core/ConnectionSharedMemory.cpp @@ -44,7 +44,7 @@ ConnectionSharedMemory::~ConnectionSharedMemory() { Disconnect(nullptr); } bool ConnectionSharedMemory::IsConnected() const { return m_fd >= 0; } -ConnectionStatus ConnectionSharedMemory::Connect(const char *s, +ConnectionStatus ConnectionSharedMemory::Connect(llvm::StringRef s, Error *error_ptr) { // if (s && s[0]) // { |

