]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Doc-de: update staff.itely translation
[lilypond.git] / lily / include / audio-element.hh
index 6deaf157137214533930cc8fa08239d3b4b1d234..dac7bddd549513ee2b5c13a0842083d141aea767 100644 (file)
@@ -3,17 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
 #include "virtual-methods.hh"
 
-struct Audio_element {
-    virtual ~Audio_element();
-    DECLARE_MY_RUNTIME_TYPEINFO;
+class Audio_element
+{
+public:
+  Audio_element ();
+  virtual ~Audio_element ();
+
+  DECLARE_CLASSNAME(Audio_element);
+  virtual char const *name () const;
 };
+
 #endif // AUDIO_ELEMENT_HH