]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 0.0.67
[lilypond.git] / lily / include / bar.hh
index 733cd26237feb443701e62e4c9068dae7b04ad25..eecc32f51fb0bc1c98ee583a6607bc0154f9dabc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  bar.hh -- part of LilyPond
+  bar.hh -- part of GNU LilyPond
 
   (c) 1996,97 Han-Wen Nienhuys
 */
@@ -14,7 +14,7 @@ class Bar:public Item {
 public:
     String type;
     
-    NAME_MEMBERS(Bar);
+    NAME_MEMBERS();
     Bar(String type);
 private:
     void do_print() const;