]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
release: 1.0.1
[lilypond.git] / flower / include / parray.hh
index 054288b809a81d5a6bf70dc33ed509eef5ffda61..b737d7bb47ce2e4ae8d5b25b7efb1e3b0db27441 100644 (file)
@@ -3,14 +3,14 @@
 
   source file of the Flower Library
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef PARRAY_HH
 #define PARRAY_HH
 
-#include "varray.hh"
+#include "array.hh"
 
 /**
   an array of pointers.
@@ -67,7 +67,7 @@ public:
                return i;
        return -1;
     }
-    T *find_l (T const *t)const
+    T *find_l (T const *t) const
     {
        int i = find_i (t);
        if (i >= 0)