diff options
Diffstat (limited to 'gdb/ui-file.c')
-rw-r--r-- | gdb/ui-file.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ui-file.c b/gdb/ui-file.c index d30ec04..57fc05a 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -131,6 +131,12 @@ ui_file::printchar (int c, int quoter, bool async_safe) this->write (buf, out); } +void +ui_file::wrap_here (int indent) +{ + ::wrap_here (indent); +} + void |