]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sources.cc
input/regression/bookparts.ly fails at PDF conversion stage
[lilypond.git] / lily / sources.cc
index dc784d2bdb5f20c17058f2219309d2e6e44c08b2..9201010b120ea900a81e352d70d595238f84ffde 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #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)
 {