Introduce metadata style
[deliverable/binutils-gdb.git] / gdb / cli-out.h
index d7bd23b0ef22ae7560866dc82452bfd0f4091f63..7d5b4febba5435b1c568547d4107f8e11a81b881 100644 (file)
@@ -59,9 +59,9 @@ protected:
                                const char *string,
                                const ui_file_style &style) override;
   virtual void do_field_fmt (int fldno, int width, ui_align align,
-                            const char *fldname, const char *format,
-                            va_list args)
-    override ATTRIBUTE_PRINTF (6,0);
+                            const char *fldname, const ui_file_style &style,
+                            const char *format, va_list args)
+    override ATTRIBUTE_PRINTF (7, 0);
   virtual void do_spaces (int numspaces) override;
   virtual void do_text (const char *string) override;
   virtual void do_message (const ui_file_style &style,
This page took 0.02301 seconds and 4 git commands to generate.