]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
Run grand replace for 2015.
[lilypond.git] / lily / score-performer.cc
index ac8f656c482152e3f31380b7b9bd1f923568c213..9c3b82267d882e1437168079c36969796bca0348 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1996--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -106,7 +106,7 @@ IMPLEMENT_LISTENER (Score_performer, prepare);
 void
 Score_performer::prepare (SCM sev)
 {
-  Stream_event *ev = unsmob_stream_event (sev);
+  Stream_event *ev = Stream_event::unsmob (sev);
   SCM sm = ev->get_property ("moment");
   Moment *m = Moment::unsmob (sm);
   audio_column_ = new Audio_column (*m);