]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scm-hash.hh
release: 1.3.142
[lilypond.git] / lily / include / scm-hash.hh
index 22c630f9cf10da8ca25c202da0db2974a6728e5b..5215476963749460ed3201b81440538726e9c146 100644 (file)
@@ -69,7 +69,7 @@ public:
      up.  */
   void set (SCM k, SCM v);
   SCM get (SCM k) const; 
-  
+  void remove (SCM k);
   Scheme_hash_table ();
   void operator = (Scheme_hash_table const &); 
   Scheme_hash_table (Scheme_hash_table const &);