aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-mi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-mi.c')
-rw-r--r--gdb/python/py-mi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-mi.c b/gdb/python/py-mi.c
index aaa225d..d38a0ff 100644
--- a/gdb/python/py-mi.c
+++ b/gdb/python/py-mi.c
@@ -145,7 +145,7 @@ private:
/* If an error occurred, this holds the exception information for
use by the 'release' method. */
- gdb::optional<gdbpy_err_fetch> m_error;
+ std::optional<gdbpy_err_fetch> m_error;
/* Return a reference to the object under construction. */
object_desc &current ()