summaryrefslogtreecommitdiff
path: root/content/handlers/html/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/private.h')
-rw-r--r--content/handlers/html/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/private.h b/content/handlers/html/private.h
index dff0b7875..1367c624c 100644
--- a/content/handlers/html/private.h
+++ b/content/handlers/html/private.h
@@ -211,7 +211,7 @@ typedef struct html_content {
struct form_control *visible_select_menu;
/** Context for free text search, or NULL if none */
- struct search_context *search;
+ struct textsearch_context *search;
/** Search string or NULL */
char *search_string;