]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache.hh
2003 -> 2004
[lilypond.git] / lily / include / dimension-cache.hh
index 5ae4845fd05daef863900eaeaf2a889a7d4dec1b..4576c99ef283f05064bba64868622f540b2218b5 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -33,7 +33,7 @@ struct Dimension_cache
   SCM dimension_;
 
   /**
-    The offset wrt. to the center of #parent_l_#
+    The offset wrt. to the center of #parent_#
    */
 
   Real offset_;
@@ -44,9 +44,9 @@ struct Dimension_cache
   /**
      What to call to find extent.  Nil means empty. 
    */
-  Score_element * parent_l_;
+  Grob * parent_;
 
-  Dimension_cache(Dimension_cache const&);
+  Dimension_cache (Dimension_cache const&);
   Dimension_cache ();
   void init ();
 };