X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fglobal-context.hh;h=515c7c3266070a28ea7e9a34af8f36982448d468;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=720147e03d4e488e97291d5ddc952f37ddb21f82;hpb=1cd3b2484a4095d4e3fb6422dbc695a1a1219eea;p=lilypond.git diff --git a/lily/include/global-context.hh b/lily/include/global-context.hh index 720147e03d..515c7c3266 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--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #ifndef GLOBAL_CONTEXT_HH @@ -17,6 +17,8 @@ class Global_context : public virtual Context PQueue extra_mom_pq_; Output_def *output_def_; + DECLARE_CLASSNAME(Global_context); + friend class Output_def; public: Global_context (Output_def *, Moment final, Object_key *key);