aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dw_find_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_find_test.cc b/test/dw_find_test.cc
index 651ca653..50f2d1aa 100644
--- a/test/dw_find_test.cc
+++ b/test/dw_find_test.cc
@@ -44,7 +44,7 @@ static ::fltk::Widget *resultLabel;
static void findCallback (::fltk::Widget *widget, void *data)
{
//switch(layout->search ("worm", true)) {
- switch(layout->search ("WORM", false)) {
+ switch(layout->search ("WORM", false, false)) {
case FindtextState::SUCCESS:
resultLabel->label("SUCCESS");
break;