]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / parray.hh
index 3d24532bcced73fdb5df78675f04b6cc9043175e..619532bbed690abc16190bf9a05987f7c2c08f8a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 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 *>
 {
   
 };