]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache-callback.hh
2003 -> 2004
[lilypond.git] / lily / include / dimension-cache-callback.hh
index 15142a611194a3ce54b57f061cd708636bd2e10d..ec2f601c467ef4960286b5f8ce11a81dc09f6ff3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -11,8 +11,8 @@
 #define DIMENSION_CACHE_CALLBACK_HH
 
 
-typedef Interval (*Dim_cache_callback)(Grob *,Axis);
-typedef Real (*Offset_callback)(Grob *,Axis);
+typedef Interval (*Dim_cache_callback) (Grob *,Axis);
+typedef Real (*Offset_callback) (Grob *,Axis);
 
 #endif /* DIMENSION_CACHE_CALLBACK_HH */