X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsource.hh;h=24ff6ad077938106b20801ee606d716178eb6711;hb=dbb4524af169a9c15e5c7fcfddfa1a4b85dd288d;hp=5c0774c83451c3a8c671808de8a5568803d33512;hpb=349f599ad3c120db8c82e4d7139b0914f484ed19;p=lilypond.git diff --git a/lily/include/source.hh b/lily/include/source.hh index 5c0774c834..24ff6ad077 100644 --- a/lily/include/source.hh +++ b/lily/include/source.hh @@ -1,7 +1,7 @@ /* source.hh -- part of LilyPond - (c) 1997--2004 Jan Nieuwenhuizen + (c) 1997--2006 Jan Nieuwenhuizen */ #ifndef SOURCE_HH @@ -10,9 +10,9 @@ #include "flower-proto.hh" /* A set of sourcefiles. */ -class Sources +class Sources { - Sources (Sources const&) {} + Sources (Sources const &) {} Cons *sourcefile_list_; bool is_binary_; @@ -20,15 +20,13 @@ public: Sources (); ~Sources (); - Source_file *get_file (String &filename ); - Source_file *get_sourcefile (char const*); - void add (Source_file* sourcefile ); - void set_path (File_path*); + Source_file *get_file (String &file_name); + Source_file *get_sourcefile (char const *); + void add (Source_file *sourcefile); + void set_path (File_path *); void set_binary (bool); const File_path *path_; }; - - #endif /* SOURCE_HH */