diff options
Diffstat (limited to 'gdb/dwarf2read.h')
-rw-r--r-- | gdb/dwarf2read.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2read.h b/gdb/dwarf2read.h index f36d039..1e0663b 100644 --- a/gdb/dwarf2read.h +++ b/gdb/dwarf2read.h @@ -194,7 +194,7 @@ public: bool dwp_checked = false; /* The DWP file if there is one, or NULL. */ - struct dwp_file *dwp_file = NULL; + std::unique_ptr<struct dwp_file> dwp_file; /* The shared '.dwz' file, if one exists. This is used when the original data was compressed using 'dwz -m'. */ |