X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fprob.cc;h=4e068fa4d45301a7b19daea13b277e55e7795353;hb=c398161609e7175cf4bac54951d470b4aabe01d5;hp=ce51546d8e0f83f50582e840cecb25b9b09988de;hpb=d2300573cae3c1920400d040faddd33f17b43c2d;p=lilypond.git diff --git a/lily/prob.cc b/lily/prob.cc index ce51546d8e..4e068fa4d4 100644 --- a/lily/prob.cc +++ b/lily/prob.cc @@ -157,6 +157,13 @@ Prob::internal_get_property (SCM sym) const return (s == SCM_BOOL_F) ? SCM_EOL : scm_cdr (s); } +/* We don't (yet) instrument probs */ +void +Prob::instrumented_set_property (SCM sym, SCM val, const char*, int, const char*) +{ + internal_set_property (sym, val); +} + void Prob::internal_set_property (SCM sym, SCM val) {