]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
Update.
[lilypond.git] / lily / audio-element.cc
index 29b076af75f6c84de7295c179d9b1760f5012275..67e336093782d8cfdb1b8c939727ce00404309c3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
@@ -16,8 +16,8 @@ Audio_element::~Audio_element ()
 {
 }
 
-char const * 
+char const *
 Audio_element::name () const
 {
-  return classname (this);
+  return this->class_name ();
 }