X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fhints_dialog.h;h=1c77faf3eb9c814cf9b7eb7e5d187a2162ff227a;hb=1cd2c956234dac14c0cd22883bf0575b3c7faf8f;hp=9124d5c13e9e7fc9d95ab73d3d61bde698ab8889;hpb=e0255a64d22440d718e5512f34a4f21f0d37a21b;p=dcpomatic.git diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h index 9124d5c13..1c77faf3e 100644 --- a/src/wx/hints_dialog.h +++ b/src/wx/hints_dialog.h @@ -20,10 +20,10 @@ #include "lib/change_signaller.h" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include @@ -56,4 +56,8 @@ private: boost::signals2::scoped_connection _film_change_connection; boost::signals2::scoped_connection _film_content_change_connection; + boost::signals2::scoped_connection _hints_hint_connection; + boost::signals2::scoped_connection _hints_progress_connection; + boost::signals2::scoped_connection _hints_pulse_connection; + boost::signals2::scoped_connection _hints_finished_connection; };