]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / performer.cc
index 60a0519d42b31336abaa8b1bff32022a46305581..c0dff19f5f4d153c0491a77fe3db0ce7e3cd8f41 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -23,7 +23,6 @@
 #include "performer-group.hh"
 #include "warn.hh"
 
-
 Performer_group *
 Performer::get_daddy_performer () const
 {
@@ -53,5 +52,5 @@ Performer::announce_element (Audio_element_info i)
 Performer *
 unsmob_performer (SCM perf)
 {
-  return dynamic_cast<Performer *> (unsmob_translator (perf));
+  return dynamic_cast<Performer *> (Translator::unsmob (perf));
 }