]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / prob.cc
index 60ed8915eb08c619488d498dcbb0f82939e65e78..9d668b2969b7c34b786827a6ba490cad3ae356f8 100644 (file)
@@ -38,7 +38,7 @@ Prob::equal_p (SCM sa, SCM sb)
      equality; e.g., that two probs are equal iff they can be
      distinguished by calls to ly:prob-property.
   */
-  Prob *probs[2] = {unsmob_prob (sa), unsmob_prob (sb)};
+  Prob *probs[2] = {Prob::unsmob (sa), Prob::unsmob (sb)};
   SCM props[2][2];
   int i;