]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
Merge branch 'lilypond/translation'
[lilypond.git] / flower / include / parray.hh
index 8d2046d63517b1552f62519b87956ce73c08a5a5..796de9e522a5b8d063360166da040b8c3aec73fd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2011 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
@@ -27,7 +27,7 @@ using namespace std;
 template<class T>
 class Link_array : public vector<T *>
 {
-  
+
 };
 
 #endif // PARRAY_HH