diff options
Diffstat (limited to 'widgets/text/e-completion-match.h')
-rw-r--r-- | widgets/text/e-completion-match.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/text/e-completion-match.h b/widgets/text/e-completion-match.h index 4ec1733aca..c7e2a698bb 100644 --- a/widgets/text/e-completion-match.h +++ b/widgets/text/e-completion-match.h @@ -45,6 +45,7 @@ struct _ECompletionMatch { gpointer user_data; gint ref; + gint hit_count; void (*destroy) (ECompletionMatch *); }; |