diff options
Diffstat (limited to 'lout/container.cc')
-rw-r--r-- | lout/container.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/container.cc b/lout/container.cc index 5f3be123..7197ba74 100644 --- a/lout/container.cc +++ b/lout/container.cc @@ -204,7 +204,7 @@ void Vector::sort(Comparator *comparator) * insertion; see insertSortet()). */ int Vector::bsearch(Object *key, bool mustExist, int start, int end, - Comparator *comparator) + Comparator *comparator) { // The case !mustExist is not handled by bsearch(3), so here is a // new implementation. |