]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string-handle.hh
release: 1.0.1
[lilypond.git] / flower / include / string-handle.hh
index c6e73ada103bb000eacfe76e6f1847daf7c80a70..3e39e6afbeab86347e5dcf50ed2baaec95508388 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -42,7 +42,7 @@ public:
     char const* ch_C() const;
     Byte* byte_l();
     char* ch_l();    
-    bool is_binary_bo()const;
+    bool is_binary_bo() const;
     void operator =(String_handle const &src);
     void operator += (char const *s);
     Byte operator[](int j) const;