]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Merge branch 'master' into nested-bookparts
[lilypond.git] / lily / include / audio-element.hh
index cc7035802824e33beb01955653ad668fe636cc19..dac7bddd549513ee2b5c13a0842083d141aea767 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
@@ -17,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