]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
* lily/include/book.hh (class Book): idem.
[lilypond.git] / lily / include / smobs.hh
index f276f0a8c96416335182f63754f9379b63acca9f..dd384786edc3bc61696f70563aaea19faf5bff76 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SMOBS_HH
 #define SMOBS_HH
 
 #include "lily-guile.hh"
+#include "virtual-methods.hh"
 
 /*
   Smobs are GUILEs mechanism of exporting C(++) objects to the Scheme
 #define DECLARE_TYPE_P(CL) extern SCM CL ## _type_p_proc
 
 void protect_smob (SCM smob, SCM *prot_cons);
-void unprotect_smob (SCM *prot_cons);
+void unprotect_smob (SCM smob, SCM *prot_cons);
 
 #endif /* SMOBS_HH */