]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-element.hh
patch::: 1.3.93.jcn2
[lilypond.git] / lily / include / score-element.hh
index b867d2119e2b5d5d53af55b19e0098bfb167ef63..c83579304ca09fa895cea160a85dd822dcd1d13e 100644 (file)
@@ -188,8 +188,9 @@ public:
   Score_element*common_refpoint (SCM elt_list, Axis a) const;
 
   // duh. slim down interface here. (todo)
-  bool has_offset_callback_b (Offset_callback, Axis)const;
-  void add_offset_callback (Offset_callback, Axis);
+  bool has_offset_callback_b (SCM callback, Axis)const;
+  void add_offset_callback (SCM callback, Axis);
+  
   bool has_extent_callback_b (Extent_callback, Axis)const;  
   bool has_extent_callback_b (Axis) const;
   void set_extent_callback (Extent_callback , Axis);