]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Fix 524 pitched trill losing accidental.
[lilypond.git] / lily / include / audio-element.hh
index 0e430aea2b0d187b79f6b1ab6a5c07f10003abbd..dac7bddd549513ee2b5c13a0842083d141aea767 100644 (file)
@@ -17,9 +17,8 @@ public:
   Audio_element ();
   virtual ~Audio_element ();
 
-  VIRTUAL_COPY_CONSTRUCTOR(Audio_element, Audio_element);
+  DECLARE_CLASSNAME(Audio_element);
   virtual char const *name () const;
-protected:
 };
 
 #endif // AUDIO_ELEMENT_HH