X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Frecipients_panel.h;h=6e1f1408ffb6603dd5b821501f5918d1e4bd8dc3;hp=0b2a6a4b7aa9752d3ec29e7afd9318236852bbb8;hb=7e6fa2a2d848f81d82d6ae5151b5ef851b4b720a;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c 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 LIBDCP_DISABLE_WARNINGS @@ -67,4 +68,6 @@ private: RecipientMap _selected; bool _ignore_selection_change; + + Collator _collator; };