| Index: regexp2000/src/list.h
|
| diff --git a/regexp2000/src/list.h b/regexp2000/src/list.h
|
| index 6946b332c5e3935923a5a1348803ebc68b952e40..b8bdec18a66a460ad637dab176f9fac4b10f538b 100644
|
| --- a/regexp2000/src/list.h
|
| +++ b/regexp2000/src/list.h
|
| @@ -95,7 +95,7 @@ class List {
|
| // Drops all but the first 'pos' elements from the list.
|
| INLINE(void Rewind(int pos));
|
|
|
| - bool Contains(T& elm);
|
| + bool Contains(const T& elm);
|
|
|
| // Iterate through all list entries, starting at index 0.
|
| void Iterate(void (*callback)(T* x));
|
|
|