gdbsupport: re-indent ptrace.m4
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index e7dc20d0ea51991540c3edbcab61a69db842bfb9..95630a76d7d9a2a0e679fd7e9b4273d11a4ccd12 100644 (file)
@@ -214,8 +214,9 @@ static const struct generic_val_print_decorations f_decorations =
 /* See f-lang.h.  */
 
 void
-f_value_print_inner (struct value *val, struct ui_file *stream, int recurse,
-                     const struct value_print_options *options)
+f_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));
   struct gdbarch *gdbarch = get_type_arch (type);
This page took 0.02627 seconds and 4 git commands to generate.