X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscm-hash.hh;h=a8234945059da313e0227bcc06da665aba5045b6;hb=6d10791f358dc637ee7d8858fb61f959f1262b3c;hp=289f9d779c15885d7763c6576aaefaac4c77fb0f;hpb=ff3d20fcb28e7ccf0fa9ad242dc16afb9cf0f7ba;p=lilypond.git diff --git a/lily/include/scm-hash.hh b/lily/include/scm-hash.hh index 289f9d779c..a823494505 100644 --- a/lily/include/scm-hash.hh +++ b/lily/include/scm-hash.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2003 Han-Wen Nienhuys + (c) 1999--2004 Han-Wen Nienhuys */ @@ -54,11 +54,12 @@ public: Scheme_hash_table (Scheme_hash_table const &); SCM to_alist () const; + private: SCM hash_tab_; unsigned elt_count_; - DECLARE_SMOBS (Scheme_hash_table,foo); + DECLARE_SMOBS (Scheme_hash_table, foo); };