X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=flower%2Ffile-cookie.cc;h=39e76e35169710ee13c616f9b38d3d3c6811992e;hb=2f1556b4a7ce4df0d494cfc307b3c41788076b51;hp=bedb100a00b26b4ac246e7948dd4c3166795f8f2;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/flower/file-cookie.cc b/flower/file-cookie.cc index bedb100a00..39e76e3516 100644 --- a/flower/file-cookie.cc +++ b/flower/file-cookie.cc @@ -16,8 +16,8 @@ extern "C" { void * lily_fopencookie (void *cookie, - char const * /* modes */, - lily_cookie_io_functions_t /* io_funcs */) + char const * /* modes */, + lily_cookie_io_functions_t /* io_funcs */) { assert (is_memory_stream (cookie)); return (FILE *) cookie;