summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/windows/HostThreadWindows.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/windows/HostThreadWindows.h')
-rw-r--r--lldb/include/lldb/Host/windows/HostThreadWindows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Host/windows/HostThreadWindows.h b/lldb/include/lldb/Host/windows/HostThreadWindows.h
index 2acc28e29b5..35d83c0ba2b 100644
--- a/lldb/include/lldb/Host/windows/HostThreadWindows.h
+++ b/lldb/include/lldb/Host/windows/HostThreadWindows.h
@@ -26,8 +26,8 @@ public:
void SetOwnsHandle(bool owns);
- virtual Error Join(lldb::thread_result_t *result);
- virtual Error Cancel();
+ virtual Status Join(lldb::thread_result_t *result);
+ virtual Status Cancel();
virtual void Reset();
lldb::tid_t GetThreadId() const;
OpenPOWER on IntegriCloud