diff options
Diffstat (limited to 'gdb/python/python-internal.h')
| -rw-r--r-- | gdb/python/python-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 979bf2498da..8d101e8afb6 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -496,7 +496,7 @@ PyObject *gdbpy_register_tui_window (PyObject *self, PyObject *args, PyObject *kw); gdbpy_ref<> symtab_and_line_to_sal_object (struct symtab_and_line sal); -PyObject *symtab_to_symtab_object (struct symtab *symtab); +gdbpy_ref<> symtab_to_symtab_object (struct symtab *symtab); gdbpy_ref<> symbol_to_symbol_object (struct symbol *sym); PyObject *block_to_block_object (const struct block *block, struct objfile *objfile); |
