summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/SearchWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/SearchWindowController.m b/cocoa/SearchWindowController.m
index 0f5ce85bf..858ed0e0d 100644
--- a/cocoa/SearchWindowController.m
+++ b/cocoa/SearchWindowController.m
@@ -26,7 +26,7 @@
static void cocoa_search_set_back( bool active, void *p );
static void cocoa_search_set_forward( bool active, void *p );
-static struct search_callbacks cocoa_search_callbacks = {
+static struct gui_search_callbacks cocoa_search_callbacks = {
.forward_state = cocoa_search_set_forward,
.back_state = cocoa_search_set_back,
.status = NULL,