]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-context.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / global-context.hh
index 720147e03d4e488e97291d5ddc952f37ddb21f82..515c7c3266070a28ea7e9a34af8f36982448d468 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef GLOBAL_CONTEXT_HH
@@ -17,6 +17,8 @@ class Global_context : public virtual Context
   PQueue<Moment> 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);