aboutsummaryrefslogtreecommitdiff
path: root/gdb/go-valprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/go-valprint.c')
-rw-r--r--gdb/go-valprint.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/go-valprint.c b/gdb/go-valprint.c
index df0c029..fdbc5c4 100644
--- a/gdb/go-valprint.c
+++ b/gdb/go-valprint.c
@@ -87,8 +87,9 @@ print_go_string (struct type *type,
/* See go-lang.h. */
void
-go_value_print_inner (struct value *val, struct ui_file *stream,
- int recurse, const struct value_print_options *options)
+go_language::value_print_inner (struct value *val, struct ui_file *stream,
+ int recurse,
+ const struct value_print_options *options) const
{
struct type *type = check_typedef (value_type (val));