]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / flower / include / parray.hh
index 3d24532bcced73fdb5df78675f04b6cc9043175e..bef32612f007d2dcf5de344a11540cac20d4ed11 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef PARRAY_HH
@@ -14,7 +14,7 @@
 using namespace std;
 
 template<class T>
-class Link_array : public std::vector<T *>
+class Link_array : public vector<T *>
 {
   
 };