]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
more gitignore stuff.
[lilypond.git] / lily / audio-element.cc
index 84d56be3fbd85ecd28d35094fa633120dbfd465b..f61a356e8bb36b5b59dfc9ce4a98596676f3d51a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.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 ();
 }