aboutsummaryrefslogtreecommitdiff
path: root/gdb/observable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/observable.h')
-rw-r--r--gdb/observable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/observable.h b/gdb/observable.h
index 5869489..32ef654 100644
--- a/gdb/observable.h
+++ b/gdb/observable.h
@@ -123,7 +123,7 @@ extern observable<struct thread_info */* t */> new_thread;
removing the thread from its tables without wanting to notify the
CLI about it. */
extern observable<thread_info */* t */,
- gdb::optional<ULONGEST> /* exit_code */,
+ std::optional<ULONGEST> /* exit_code */,
bool /* silent */> thread_exit;
/* An explicit stop request was issued to PTID. If PTID equals