summaryrefslogtreecommitdiff
path: root/include/lldb/Host/posix/MainLoopPosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/posix/MainLoopPosix.h')
-rw-r--r--include/lldb/Host/posix/MainLoopPosix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/posix/MainLoopPosix.h b/include/lldb/Host/posix/MainLoopPosix.h
index 9a665ded295ec..225cebde4bcec 100644
--- a/include/lldb/Host/posix/MainLoopPosix.h
+++ b/include/lldb/Host/posix/MainLoopPosix.h
@@ -60,7 +60,7 @@ public:
protected:
void
- UnregisterReadObject(const lldb::IOObjectSP &object_sp) override;
+ UnregisterReadObject(IOObject::WaitableHandle handle) override;
void
UnregisterSignal(int signo);