]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string-handle.hh
2003 -> 2004
[lilypond.git] / flower / include / string-handle.hh
index 12fa77104855a4177745d9e2c6f430fd574001cf..25caad3fd1b5d9807f5e05c92edac217ba9883a7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -26,11 +26,10 @@ class String_handle {
   /// decrease ref count. Named kind of like a Tanenbaum semafore 
   void down ();
 
-  /// increase ref count
   void up (String_data *d);
     
   /** make sure data has only one reference.      
-      POST: data->references == 1
+      POST: data->ref_count_ == 1
   */
   void copy ();