]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
* gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
[lilypond.git] / lily / include / performer.hh
index 04ecba2d55ba53000b4de993ee61fd5b827c09c2..40e5695f597d62e309ed05d711cc4afe58802a71 100644 (file)
 #include "grob-info.hh"
 #include "translator.hh"
 
-/**
-  Convert a music definition into a audio representation.
-  A baseclass
- */
+/* Convert a music definition into a audio representation.
+   A baseclass.  */
 class Performer : public virtual Translator
 {
 public:
-  VIRTUAL_COPY_CONS (Translator);
+  VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer);
   friend class Performer_group_performer;  
   Performer_group_performer* get_daddy_performer () const;
 
@@ -34,5 +32,5 @@ protected:
 };
 
 
-#endif // PERFORMER_HH
+#endif /* PERFORMER_HH */