X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdimension-cache.hh;h=06c1ebf4d6dec3c8832ba0c1a53da52aae853f69;hb=2ec5f924eb75dfc6b584a8df25a03bdfde31fc6c;hp=e97936d77e948c1db8e3933144ba9e723afd1489;hpb=df4a7c4a55148e065d878dcc2f7e09ac27ea9c32;p=lilypond.git diff --git a/lily/include/dimension-cache.hh b/lily/include/dimension-cache.hh index e97936d77e..06c1ebf4d6 100644 --- a/lily/include/dimension-cache.hh +++ b/lily/include/dimension-cache.hh @@ -3,21 +3,18 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2000 Han-Wen Nienhuys + (c) 1998--2004 Han-Wen Nienhuys */ #ifndef DIMENSION_CACHE_HH #define DIMENSION_CACHE_HH -#include "interval.hh" -#include "real.hh" #include "lily-proto.hh" #include "parray.hh" #include "dimension-cache-callback.hh" #include "lily-guile.hh" - /** Adminstration of offset dimension info. */ @@ -33,7 +30,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 +41,9 @@ struct Dimension_cache /** What to call to find extent. Nil means empty. */ - Grob * parent_l_; + Grob * parent_; - Dimension_cache(Dimension_cache const&); + Dimension_cache (Dimension_cache const&); Dimension_cache (); void init (); };