]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scope.hh
release: 1.5.27
[lilypond.git] / lily / include / scope.hh
index 35e19faa6287a79bfd97eaacde5da58c6e3fb294..de78dd335256325dbb97cc8d31d762de0b520d02 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "lily-guile.hh"
 
 class Scheme_hash_table;
+
+/*
+ Junk this almost-void class. 
+ */
 class Scope {
   Scheme_hash_table *id_dict_;
   Scope (Scope const &);