]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-column.hh
release: 1.0.1
[lilypond.git] / lily / include / bar-column.hh
index 84c32113eace328d2898d483459f3bfcb3556504..2db6cbe2640080fd5c32d8aa22363a3a813a8140 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--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -22,8 +22,8 @@ public:
     Bar_column();
     void set_bar (Bar*);
 protected:
-    SCORE_ELEM_CLONE(Bar_column);
-    void do_substitute_dependency (Score_elem*,Score_elem*);
+    SCORE_ELEMENT_CLONE(Bar_column);
+    void do_substitute_dependency (Score_element*,Score_element*);
     DECLARE_MY_RUNTIME_TYPEINFO;
 };