]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sources.hh
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / lily / include / sources.hh
index fe55fe72ba82d45fbb3f2c2235e62be8fe267501..a964a7bf6a8c802218e9285511a7c4639f6f0228 100644 (file)
@@ -19,8 +19,7 @@ public:
   Sources ();
   ~Sources ();
 
-  Source_file *get_file (string *file_name);
-  Source_file *get_sourcefile (char const *);
+  Source_file *get_file (string file_name, string const& currentpath);
   void add (Source_file *sourcefile);
   void set_path (File_path *);