X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fglobal-context.hh;h=3872ea0f3a20d0714e84f6c582d8bfc2e3563eb0;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=75172595cc6471fd324a43f95df307115a6290b5;hpb=e0aab46ee287f06765b982c49fd0491ab033fce7;p=lilypond.git diff --git a/lily/include/global-context.hh b/lily/include/global-context.hh index 75172595cc..3872ea0f3a 100644 --- a/lily/include/global-context.hh +++ b/lily/include/global-context.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef GLOBAL_CONTEXT_HH @@ -21,7 +21,7 @@ class Global_context : public virtual Context friend class Output_def; public: - Global_context (Output_def *, Object_key *key); + Global_context (Output_def *); int get_moments_left () const; Moment sneaky_insert_extra_moment (Moment); void add_moment_to_process (Moment); @@ -44,5 +44,6 @@ protected: }; SCM ly_format_output (SCM); +Global_context *unsmob_global_context (SCM x); #endif // GLOBAL_CONTEXT_HH