aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/index-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2/index-cache.h')
-rw-r--r--gdb/dwarf2/index-cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/index-cache.h b/gdb/dwarf2/index-cache.h
index cfa4543..023fc86 100644
--- a/gdb/dwarf2/index-cache.h
+++ b/gdb/dwarf2/index-cache.h
@@ -52,7 +52,7 @@ private:
std::string build_id_str;
/* Captured value of dwz build id. */
- gdb::optional<std::string> dwz_build_id_str;
+ std::optional<std::string> dwz_build_id_str;
};
/* Class to manage the access to the DWARF index cache. */