]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache-callback.hh
patch::: 1.3.122.jcn2
[lilypond.git] / lily / include / dimension-cache-callback.hh
index b14b0b16aacec62aa987e527d87aa757545a9980..15142a611194a3ce54b57f061cd708636bd2e10d 100644 (file)
@@ -11,8 +11,8 @@
 #define DIMENSION_CACHE_CALLBACK_HH
 
 
-typedef Interval (*Dim_cache_callback)(Score_element *,Axis);
-typedef Real (*Offset_callback)(Score_element *,Axis);
+typedef Interval (*Dim_cache_callback)(Grob *,Axis);
+typedef Real (*Offset_callback)(Grob *,Axis);
 
 #endif /* DIMENSION_CACHE_CALLBACK_HH */