X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsources.cc;h=9201010b120ea900a81e352d70d595238f84ffde;hb=aa2b5b377586a52fcb6b14d4dd464b94f6738560;hp=2c0e665047e0bef3c2ae834871f3cec80b13fb63;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/sources.cc b/lily/sources.cc index 2c0e665047..9201010b12 100644 --- a/lily/sources.cc +++ b/lily/sources.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2012 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,16 +24,13 @@ #include "file-name.hh" #include "file-path.hh" +using std::string; + Sources::Sources () { path_ = 0; } -Sources::Sources (Sources const &) -{ - assert (false); -} - void Sources::set_path (File_path *f) {