]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/protected-scm.hh
* lily/tuplet-bracket.cc (calc_position_and_height): check musical
[lilypond.git] / lily / include / protected-scm.hh
index 4574b212fc168e3646f0deeff3af4e602de500ca..1717b36c346821284ed2439e9932f16ccaaf8f96 100644 (file)
@@ -3,14 +3,15 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef PROTECTED_SCM_HH
 #define PROTECTED_SCM_HH
 
-#include <guile/gh.h>
+
+#include "lily-guile.hh"
 
 /*
   Mix GUILE GC with C++ ctors and dtors. 
@@ -24,7 +25,7 @@ public:
   Protected_scm (Protected_scm const &);
   ~Protected_scm ();
   Protected_scm &operator = (SCM);
-  Protected_scm &operator =( Protected_scm const&);
+  Protected_scm &operator = ( Protected_scm const&);
   operator SCM () const;
   SCM to_SCM () const;
 };