]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
Run `make grand-replace'.
[lilypond.git] / lily / audio-element.cc
index 29b076af75f6c84de7295c179d9b1760f5012275..d542bc5efc58cc38177752bb3892baa287bc5297 100644 (file)
@@ -3,8 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
+#include <cassert> 
 
 #include "audio-element.hh"
 
@@ -16,8 +17,8 @@ Audio_element::~Audio_element ()
 {
 }
 
-char const * 
+char const *
 Audio_element::name () const
 {
-  return classname (this);
+  return this->class_name ();
 }