]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dispatcher-scheme.cc
Run grand replace for 2015.
[lilypond.git] / lily / dispatcher-scheme.cc
index 1a04b3c37ca09d6947bcfc905c43c45eec01a10d..fdb27251a28b5932394ea9506d372c3795f1a908 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014 Erik Sandberg  <mandolaerik@gmail.com>
+  Copyright (C) 2006--2015 Erik Sandberg  <mandolaerik@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -97,7 +97,7 @@ LY_DEFINE (ly_broadcast, "ly:broadcast",
            "Send the stream event @var{ev} to the dispatcher @var{disp}.")
 {
   Dispatcher *d = Dispatcher::unsmob (disp);
-  Stream_event *e = unsmob_stream_event (ev);
+  Stream_event *e = Stream_event::unsmob (ev);
 
   LY_ASSERT_SMOB (Dispatcher, disp, 1);