]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / audio-element.cc
index c0dfcc22f106bb73b7e18b4dd2598bf13fa9f002..093724cee1605e9c4a330ed6a6998add4c19427d 100644 (file)
@@ -3,8 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
+#include <cassert> 
 
 #include "audio-element.hh"
 
@@ -19,5 +20,5 @@ Audio_element::~Audio_element ()
 char const *
 Audio_element::name () const
 {
-  return classname (this);
+  return this->class_name ();
 }