diff options
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; }; |
