diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-10-18 22:42:22 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-10-18 22:42:22 +0000 |
commit | 3a2ccb0b4bae955f7a07b52de8b2860de80102e5 (patch) | |
tree | 512394974225e9636ec1a36ff6a68fcdf76d832d /flower/file-cookie.cc | |
parent | 1b1c0d280f2168e8998f85bcd438917e16f54319 (diff) |
*** empty log message ***
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; |