]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / audio-element.hh
index 2941c7d10530950ebdfe78009d48ff97fdbd4e40..a9d8f7ac47982bc83844932d0b226cfd459ccd4d 100644 (file)
@@ -16,8 +16,7 @@ class Audio_element
 public:
   Audio_element ();
   virtual ~Audio_element ();
-
-  VIRTUAL_COPY_CONSTRUCTOR(Audio_element, Audio_element);
+  VIRTUAL_COPY_CONSTRUCTOR(Audio_element,Audio_element);
   virtual char const *name () const;
 protected:
 };