Introduce metadata style
[deliverable/binutils-gdb.git] / gdb / mi / mi-out.h
index 9393809b5f20c296afe93b308fb1834ae5bd95bb..c8b42c295ee7bc36f5b8e99931c09910a1565446 100644 (file)
@@ -68,8 +68,9 @@ protected:
                                const char *fldname, 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.023047 seconds and 4 git commands to generate.