X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fprotected-scm.hh;h=de9159fe00f988254ad613806ce2ae1a956eff2e;hb=e10092f994cb34537e4cfb1f4848c1f610cd58ff;hp=4574b212fc168e3646f0deeff3af4e602de500ca;hpb=8f58f4428d70961938e9151097886d861b3faeb3;p=lilypond.git diff --git a/lily/include/protected-scm.hh b/lily/include/protected-scm.hh index 4574b212fc..de9159fe00 100644 --- a/lily/include/protected-scm.hh +++ b/lily/include/protected-scm.hh @@ -3,14 +3,15 @@ source file of the GNU LilyPond music typesetter - (c) 1998--1999 Han-Wen Nienhuys + (c) 1998--2002 Han-Wen Nienhuys */ #ifndef PROTECTED_SCM_HH #define PROTECTED_SCM_HH -#include + +#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; };