diff options
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h index efd1e18..2594e34 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -215,8 +215,8 @@ struct type *cp_lookup_transparent_type (const char *name); /* See description in cp-namespace.c. */ -struct type *find_type_baseclass_by_name (struct type *parent_type, - const char *name); +struct type *cp_find_type_baseclass_by_name (struct type *parent_type, + const char *name); /* Functions from cp-name-parser.y. */ |