diff options
Diffstat (limited to 'gdb/cli-out.h')
-rw-r--r-- | gdb/cli-out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli-out.h b/gdb/cli-out.h index db7824d..a592890 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -37,7 +37,7 @@ struct cli_ui_out_data int suppress_output; }; -extern struct ui_out_impl cli_ui_out_impl; +extern const struct ui_out_impl cli_ui_out_impl; extern struct ui_out *cli_out_new (struct ui_file *stream); |