]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-cookie.cc
bump version.
[lilypond.git] / flower / file-cookie.cc
index c173b087bcbb664ea28d19a14050e82b4f7d5beb..49b5518f362264b6740476336b55ca6036a2eba3 100644 (file)
@@ -1,12 +1,13 @@
 
-#include <assert.h>
+#include <cassert>
 #include <cstdio>
+using namespace std;
 
 #include "memory-stream.hh"
 
 extern "C" {
 
-  static bool
+  bool
   is_memory_stream (void *foo)
   {
     Memory_out_stream *cookie = (Memory_out_stream *) foo;