X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Frecipients_panel.h;h=6e1f1408ffb6603dd5b821501f5918d1e4bd8dc3;hp=aacfccd9a90b96cc2695f3326b85c8a0390f8935;hb=7e6fa2a2d848f81d82d6ae5151b5ef851b4b720a;hpb=7bc2134d658778e04f1756c255e604b4ab5a5831 diff --git a/src/wx/recipients_panel.h b/src/wx/recipients_panel.h index aacfccd9a..6e1f1408f 100644 --- a/src/wx/recipients_panel.h +++ b/src/wx/recipients_panel.h @@ -19,13 +19,14 @@ */ +#include "lib/collator.h" #include "lib/dkdm_recipient.h" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS -#include +#include +LIBDCP_DISABLE_WARNINGS #include #include -DCPOMATIC_ENABLE_WARNINGS +#include +LIBDCP_ENABLE_WARNINGS #include #include #include @@ -67,4 +68,6 @@ private: RecipientMap _selected; bool _ignore_selection_change; + + Collator _collator; };