diff options
Diffstat (limited to 'flower/file-cookie.cc')
-rw-r--r-- | flower/file-cookie.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flower/file-cookie.cc b/flower/file-cookie.cc index 8f4c9c4f85..49b5518f36 100644 --- a/flower/file-cookie.cc +++ b/flower/file-cookie.cc @@ -7,7 +7,7 @@ using namespace std; extern "C" { - static bool + bool is_memory_stream (void *foo) { Memory_out_stream *cookie = (Memory_out_stream *) foo; |