X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fmemory-stream.hh;h=ab8a183a6faf3ac1a6044a9f695053017f7fb7fa;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=f01c5f4d43043b3e0d304602bbc0925bd2b5bcad;hpb=94dfb814b6bcd17f05e3bb1ff61de9b9e526c3b7;p=lilypond.git diff --git a/flower/include/memory-stream.hh b/flower/include/memory-stream.hh index f01c5f4d43..ab8a183a6f 100644 --- a/flower/include/memory-stream.hh +++ b/flower/include/memory-stream.hh @@ -3,17 +3,18 @@ source file of the GNU LilyPond music typesetter - (c) 2005 Han-Wen Nienhuys - + (c) 2005--2008 Han-Wen Nienhuys */ #ifndef MEMORY_STREAM_HH #define MEMORY_STREAM_HH -#include +#include #include +using namespace std; #include "libc-extension.hh" +#include "file-cookie.hh" class Memory_out_stream { @@ -22,7 +23,7 @@ class Memory_out_stream int buffer_blocks_; FILE *file_; - static cookie_io_functions_t functions_; + static lily_cookie_io_functions_t functions_; static const int block_size_; public: