]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
release: 1.1.53
[lilypond.git] / lily / include / audio-element.hh
index 6fe2a8e068603903cd89d78f3a48406c474dd78b..16955f40279c55b566d7291a71ed3724687010e3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "virtual-methods.hh"
 
-struct Audio_element {
-  void print ()const;
+class Audio_element
+{
+public:
+  Audio_element ();
+  virtual ~Audio_element ();
+
+  void print () const;
   
-  virtual ~Audio_element();
-  DECLARE_MY_RUNTIME_TYPEINFO;
 protected:
   virtual void do_print () const;
 };
+
 #endif // AUDIO_ELEMENT_HH