]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob-scheme.cc
Run grand replace for 2015.
[lilypond.git] / lily / prob-scheme.cc
index 73a5b303da54fa6e3ee9ea7a40ee346a4d7082c9..a57cb7aa9ffe6418f0eea1d7f334c897256d4f36 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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