]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Fix compilation error on platforms without working iconv.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Jan 2026 09:32:43 +0000 (10:32 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Jan 2026 09:32:43 +0000 (10:32 +0100)
* libtextstyle/gnulib-local/lib/iconv-ostream.oo.c (iconv_ostream::flush): Add
second parameter.

libtextstyle/gnulib-local/lib/iconv-ostream.oo.c

index 76cc07569a79e3301e44d217ec393e5c057c27cb..3db38c64a460dffe9d8d709a597793ffacef3199 100644 (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 ();
 }