]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string-data.hh
*** empty log message ***
[lilypond.git] / flower / include / string-data.hh
index 188946e77cc3782856d9d8edb9b42f09849f63b8..4cb3bbc3170be7437f36a35f76efe153aa47305d 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef STRINGDATA_HH
 #define STRINGDATA_HH
 
+#include "flower-proto.hh"
 
 /**Internal String struct.
    the data itself. Handles simple tasks (resizing, resetting)
@@ -22,7 +23,7 @@ friend class String_handle;
     
     int length_;
     Byte* data_byte_;
-    int references;
+    int ref_count_;
 
     /// init to ""
     String_data ();