]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / smobs.hh
index 429aca960bd1d378c625d5477d5cf68563e45840..be08a073b0f072983d2ecb630adc9f9cf9c72b6a 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.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
   private:                                     \
   void smobify_self ();                                \
   SCM self_scm_;                               \
-  SCM protection_cons_; \
+  SCM protection_cons_;                                \
   public:                                      \
-  SCM unprotect();\
-  void protect();\
+  SCM unprotect ();                            \
+  void protect ();                             \
   SCM self_scm () const { return self_scm_; }  \
   private: