]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sources.hh
Imported Upstream version 2.19.45
[lilypond.git] / lily / include / sources.hh
index 5743fc56cfa64038e351ec4fc9762bf0d32c43f3..2db87cee973e26d0c3d2cecc253a3f5e990a593d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   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,7 +25,7 @@
 
 class Sources
 {
-  Sources (Sources const &);
+  Sources (Sources const &);  // Do not define!  Not copyable!
   vector<Source_file *> sourcefiles_;
 
 public: