diff options
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r-- | gdb/linespec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c index a60f274..30a03d1 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -1211,7 +1211,7 @@ find_methods (struct type *t, enum language t_lang, const char *name, std::vector<struct type *> *superclasses) { int ibase; - const char *class_name = type_name_no_tag (t); + const char *class_name = TYPE_NAME (t); /* Ignore this class if it doesn't have a name. This is ugly, but unless we figure out how to get the physname without the name of |