]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
2003 -> 2004
[lilypond.git] / lily / include / source.hh
index 0e7bdd8a8652d3a2eeeae53b4be43d11c630aba4..55f5e4e2e29b0075142f819b263982c500b21e31 100644 (file)
@@ -1,17 +1,16 @@
-//
-//  source.hh -- part of LilyPond
-//
-//  (c)  1997--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+/*
+  source.hh -- part of LilyPond
+
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+*/
 
 #ifndef SOURCE_HH
 #define SOURCE_HH
 #include "cons.hh"
 #include "flower-proto.hh"
 
-/**
+/*
    a set of sourcefiles.
-
-   TODO: 
  */
 class Sources 
 {
@@ -28,8 +27,8 @@ public:
 
   const File_path * path_C_;
 private:
-  Cons<Source_file> *sourcefile_p_list_;
-  bool binary_b_ ;
+  Cons<Source_file> *sourcefile_list_;
+  bool is_binary_ ;
 };