]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sources.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / sources.hh
index fefc528edba7673358e565c77220a28417914fa0..32dbb2ad458ae062ae40d30f5928625b014ea4e3 100644 (file)
@@ -1,7 +1,7 @@
 /*
   sources.hh -- part of LilyPond
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef SOURCES_HH
@@ -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 *);