X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fsource.hh;h=09c6b0553f4e19d23c196a0de9f763341600c220;hb=d840dc8416a22e73636526a9415ae041af40570b;hp=24ff6ad077938106b20801ee606d716178eb6711;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/source.hh b/lily/include/source.hh index 24ff6ad077..09c6b0553f 100644 --- a/lily/include/source.hh +++ b/lily/include/source.hh @@ -6,21 +6,22 @@ #ifndef SOURCE_HH #define SOURCE_HH -#include "cons.hh" + #include "flower-proto.hh" +#include "std-vector.hh" /* A set of sourcefiles. */ class Sources { Sources (Sources const &) {} - Cons *sourcefile_list_; + vector sourcefiles_; bool is_binary_; public: Sources (); ~Sources (); - Source_file *get_file (String &file_name); + Source_file *get_file (string *file_name); Source_file *get_sourcefile (char const *); void add (Source_file *sourcefile); void set_path (File_path *);