]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
Web: Aurélien Bello's Der Rosenkavalier
[lilypond.git] / lily / scm-hash.cc
index 91958477eb45636ea81209ed9835eca99fbb4b92..5eb048f6d177694dda7bb88873b5286bc6fdbd57 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -50,6 +50,7 @@ Scheme_hash_table::Scheme_hash_table ()
 }
 
 Scheme_hash_table::Scheme_hash_table (Scheme_hash_table const &src)
+  : Smob<Scheme_hash_table> ()
 {
   hash_tab_ = SCM_EOL;
   smobify_self ();