]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
(class Sources): idem.
[lilypond.git] / lily / includable-lexer.cc
index 26eafeaf255cb40fdbd886987a1be30476bcffd2..cb851575ba5740edd4bcf46c1f7176aad4b34a87 100644 (file)
@@ -54,7 +54,7 @@ Includable_lexer::new_input (string name, Sources *sources)
       return;
     }
 
-  Source_file *file = sources->get_file (name);
+  Source_file *file = sources->get_file (&name);
   if (!file)
     {
       string msg = _f ("can't find file: `%s'", name);