libtextstyle: Fix compilation error on platforms without working iconv.

* libtextstyle/gnulib-local/lib/iconv-ostream.oo.c (iconv_ostream::flush): Add
second parameter.
This commit is contained in:
Bruno Haible 2026-01-08 10:32:43 +01:00
parent 9740ab9ef6
commit c1afa2e18a

View File

@ -1,5 +1,5 @@
/* Output stream that converts the output to another encoding.
Copyright (C) 2006-2025 Free Software Foundation, Inc.
Copyright (C) 2006-2026 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
@ -242,7 +242,7 @@ iconv_ostream::write_mem (iconv_ostream_t stream, const void *data, size_t len)
}
static void
iconv_ostream::flush (iconv_ostream_t stream)
iconv_ostream::flush (iconv_ostream_t stream, ostream_flush_scope_t scope)
{
abort ();
}