]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / item.hh
index 9b50af6db3e471237fb963c5bfbf2270e3cf15ec..0c001af69468b97bf3385b8cdaa62d964314f6f5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #ifndef ITEM_HH
 #define ITEM_HH
@@ -21,6 +21,7 @@ class Item : public Grob
 {
   Drul_array<Item *> broken_to_drul_;
 
+  DECLARE_CLASSNAME(Item);
 public:
   Item (SCM, Object_key const *);
   Item (Item const &, int count);