]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / audio-element.hh
index ca54756ac4c54f2270c8b23cecffb0a2721942e7..c0dbb3572de201e6e011718a5e5f39fe732a0f5b 100644 (file)
@@ -3,14 +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>
 */
 
-
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
-#include <typeinfo>
 #include "virtual-methods.hh"
 
 class Audio_element
@@ -18,8 +16,9 @@ class Audio_element
 public:
   Audio_element ();
   virtual ~Audio_element ();
-  virtual const char* name () const;
-protected:
+
+  DECLARE_CLASSNAME(Audio_element);
+  virtual char const *name () const;
 };
 
 #endif // AUDIO_ELEMENT_HH