X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fprob-scheme.cc;h=a57cb7aa9ffe6418f0eea1d7f334c897256d4f36;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=73a5b303da54fa6e3ee9ea7a40ee346a4d7082c9;hpb=e8b68d8a878a0ee0381719230cf911dbcefa168d;p=lilypond.git diff --git a/lily/prob-scheme.cc b/lily/prob-scheme.cc index 73a5b303da..a57cb7aa9f 100644 --- a/lily/prob-scheme.cc +++ b/lily/prob-scheme.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2014 Han-Wen Nienhuys + Copyright (C) 2005--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -54,7 +54,7 @@ LY_DEFINE (ly_prob_property, "ly:prob-property", if (val == SCM_UNDEFINED) val = SCM_EOL; - SCM retval = ps->internal_get_property (sym); + SCM retval = ps->get_property (sym); if (retval == SCM_EOL) return val; else