X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fprob.cc;h=4e068fa4d45301a7b19daea13b277e55e7795353;hb=b7d2e37146970059bc3d5eec537163e7ba64a4c8;hp=ce51546d8e0f83f50582e840cecb25b9b09988de;hpb=cbb205d40a19c0d2d9801031a63607e108a18038;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) {