]> 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 b12dc1078dae8cc3b13cba4a4f0651c665b9230b..15142a611194a3ce54b57f061cd708636bd2e10d 100644 (file)
@@ -10,9 +10,9 @@
 #ifndef DIMENSION_CACHE_CALLBACK_HH
 #define DIMENSION_CACHE_CALLBACK_HH
 
-class Dimension_cache;
-typedef Interval (*Dim_cache_callback)(Dimension_cache const *);
-typedef Real (*Offset_cache_callback)(Dimension_cache const *);
+
+typedef Interval (*Dim_cache_callback)(Grob *,Axis);
+typedef Real (*Offset_callback)(Grob *,Axis);
 
 #endif /* DIMENSION_CACHE_CALLBACK_HH */