]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scm-hash.hh
Fix #341.
[lilypond.git] / lily / include / scm-hash.hh
index 8dd635f67dbe78a54a88c178ed98a6174808d495..6ced1f5e216e389a39f0cfed47939a8b342f00ac 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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 */