diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-17 17:33:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-17 22:41:46 +0100 |
| commit | 7e6fa2a2d848f81d82d6ae5151b5ef851b4b720a (patch) | |
| tree | 2d7dbb8964dda29c817c46ab49cade1235c8dd39 /src/wx/recipients_panel.h | |
| parent | 45a932e0756a9e1f708606d9704425c8f5c5aeb5 (diff) | |
Use Collator for recipients search (#2426).
Diffstat (limited to 'src/wx/recipients_panel.h')
| -rw-r--r-- | src/wx/recipients_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/recipients_panel.h b/src/wx/recipients_panel.h index 0b2a6a4b7..6e1f1408f 100644 --- a/src/wx/recipients_panel.h +++ b/src/wx/recipients_panel.h @@ -19,6 +19,7 @@ */ +#include "lib/collator.h" #include "lib/dkdm_recipient.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS @@ -67,4 +68,6 @@ private: RecipientMap _selected; bool _ignore_selection_change; + + Collator _collator; }; |
