]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/source.hh
release: 0.0.34
[lilypond.git] / hdr / source.hh
index b9d00f46509f04374a2d8578da28859cd8eb3c84..6c79b75a996de0df81fbe99ab3acfa4636cd6d31 100644 (file)
@@ -1,7 +1,7 @@
 //
 //  source.hh -- part of LilyPond
 //
-//  copyright 1997 Jan Nieuwenhuizen <jan@digicash.nl>
+//  copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
 
 #ifndef SOURCE_HH
 #define SOURCE_HH
@@ -16,7 +16,11 @@ public:
     Source_file* sourcefile_l( char const* ch_c_l );
 
 private:
-    IPointerList<Source_file*> sourcefile_p_iplist_m;
+    IPointerList<Source_file*> sourcefile_p_iplist_;
 };
 
+
+// ugh
+extern Source* source_l_g;
+
 #endif // SOURCE_HH //