dwarf2read: C++ify dwo_file
[deliverable/binutils-gdb.git] / gdb / dwarf2read.h
index c06093c99794e93d44ef165da1a8e41135acc41e..4a1cd9cf00eda2acfdb7ad3d2a24fd8fbea653c4 100644 (file)
@@ -197,7 +197,7 @@ public:
 
   /* A table mapping DW_AT_dwo_name values to struct dwo_file objects.
      This is NULL if the table hasn't been allocated yet.  */
-  htab_t dwo_files {};
+  htab_up dwo_files;
 
   /* True if we've checked for whether there is a DWP file.  */
   bool dwp_checked = false;
This page took 0.03243 seconds and 4 git commands to generate.