X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrob.hh;h=3b5f19d97e77f8db8af88a799d801f4623450e71;hb=e9a308e9c6002900fc336733950a0175bcbcc333;hp=c66c58f2ddddb2ce7cc6b8bd9c80aa5e13be4fc4;hpb=aa16b015cdec74f99b31aceb12ff4b33443b38a0;p=lilypond.git diff --git a/lily/include/grob.hh b/lily/include/grob.hh index c66c58f2dd..3b5f19d97e 100644 --- a/lily/include/grob.hh +++ b/lily/include/grob.hh @@ -80,15 +80,11 @@ public: SCM get_property_alist_chain (SCM) const; SCM internal_get_property (SCM symbol) const; SCM internal_get_property_data (SCM symbol) const; + SCM internal_get_non_callback_marker_property_data (SCM symbol) const; SCM internal_get_object (SCM symbol) const; void internal_set_object (SCM sym, SCM val); void internal_del_property (SCM symbol); - -#ifndef NDEBUG - void internal_set_property (SCM sym, SCM val, char const *file, int line, char const *fun); -#else void internal_set_property (SCM sym, SCM val); -#endif /* messages */ void warning (string) const; @@ -130,7 +126,7 @@ public: Grob *get_parent (Axis a) const; void fixup_refpoint (); - virtual Interval_t spanned_rank_iv (); + virtual Interval_t spanned_rank_iv () const; }; /* smob utilities */