]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / audio-element.cc
index 6ab6c02d581629ea8d666de1854f216e006b9e72..e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54 100644 (file)
@@ -3,11 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
-IMPLEMENT_IS_TYPE_B(Audio_element);
-Audio_element::~Audio_element()
-{}
+
+
+Audio_element::Audio_element ()
+{
+}
+
+Audio_element::~Audio_element ()
+{
+}
+
+char const * 
+Audio_element::name () const
+{
+  return classname (this);
+}