diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index a873dfe..daddd2e 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -292,7 +292,8 @@ struct quick_symbol_functions struct sym_probe_fns { /* If non-NULL, return a reference to vector of probe objects. */ - const std::vector<probe *> &(*sym_get_probes) (struct objfile *); + const std::vector<std::unique_ptr<probe>> &(*sym_get_probes) + (struct objfile *); }; /* Structure to keep track of symbol reading functions for various |