diff options
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r-- | gdb/cp-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index afc4d4a..90f0d08 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -212,7 +212,7 @@ cplus_type_from_type_info (struct value *value) /* See cp-abi.h. */ -char * +std::string cplus_typename_from_type_info (struct value *value) { if (current_cp_abi.get_typename_from_type_info == NULL) |