X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscm-hash.hh;h=6ced1f5e216e389a39f0cfed47939a8b342f00ac;hb=d4ba37c298813e0f7008ef8388e126c34d8f8dd3;hp=8dd635f67dbe78a54a88c178ed98a6174808d495;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/scm-hash.hh b/lily/include/scm-hash.hh index 8dd635f67d..6ced1f5e21 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--2005 Han-Wen Nienhuys + (c) 1999--2007 Han-Wen Nienhuys */ #ifndef SCM_HASH_HH @@ -45,7 +45,7 @@ public: SCM get (SCM k) const; void remove (SCM k); Scheme_hash_table (); - void operator= (Scheme_hash_table const &); + void operator = (Scheme_hash_table const &); Scheme_hash_table (Scheme_hash_table const &); SCM to_alist () const; @@ -54,7 +54,7 @@ private: SCM hash_tab_; unsigned elt_count_; - DECLARE_SMOBS (Scheme_hash_table, foo); + DECLARE_SMOBS (Scheme_hash_table); }; #endif /* SCM_HASH_HH */