From ac2616a2749d3b51a1c5a2d73e143a36d48222f7 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 18 Apr 2013 14:56:51 +0200 Subject: Fixed limited floats search, and integrated it into textblock widget. (Still not fully working.) --- lout/container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lout/container.cc') 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. -- cgit v1.2.3