aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python')
-rw-r--r--gdb/python/py-uiout.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/python/py-uiout.h b/gdb/python/py-uiout.h
index 159f1b22e46..21c068e9077 100644
--- a/gdb/python/py-uiout.h
+++ b/gdb/python/py-uiout.h
@@ -109,9 +109,10 @@ protected:
void do_text (const char *string) override
{ }
- void do_message (const ui_file_style &style,
+ void do_message (ui_file_style &current_style,
+ const ui_file_style &style,
const char *format, va_list args)
- override ATTRIBUTE_PRINTF (3,0)
+ override ATTRIBUTE_PRINTF (4, 0)
{ }
void do_wrap_hint (int indent) override