X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsources.hh;h=2db87cee973e26d0c3d2cecc253a3f5e990a593d;hb=658c44d32fe6406c472152875346d63211c7bae2;hp=daec1e31a2d205d99bcc5b5e56a0e2e39bc59128;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/sources.hh b/lily/include/sources.hh index daec1e31a2..2db87cee97 100644 --- a/lily/include/sources.hh +++ b/lily/include/sources.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2009 Jan Nieuwenhuizen + Copyright (C) 1997--2015 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,14 +25,14 @@ class Sources { - Sources (Sources const &); - vector sourcefiles_; + Sources (Sources const &); // Do not define! Not copyable! + vector sourcefiles_; public: Sources (); ~Sources (); - Source_file *get_file (string file_name, string const& currentpath); + Source_file *get_file (string file_name, string const ¤tpath); void add (Source_file *sourcefile); void set_path (File_path *);