]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
Run `make grand-replace'.
[lilypond.git] / lily / audio-element.cc
index e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54..d542bc5efc58cc38177752bb3892baa287bc5297 100644 (file)
@@ -3,12 +3,12 @@
 
   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"
 
-
 Audio_element::Audio_element ()
 {
 }
@@ -17,8 +17,8 @@ Audio_element::~Audio_element ()
 {
 }
 
-char const * 
+char const *
 Audio_element::name () const
 {
-  return classname (this);
+  return this->class_name ();
 }