X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_output_panel.h;h=e8515d2c6c3e6ef90e831de73ff2746e357db05b;hb=6e922efb725dfb918fe4380eed81d837e85ed15a;hp=fbfc1205ebcea73c90d1a3a15e9eb2619aa5245c;hpb=ca56871d4860b8ead384c410fe374c2fa993f88f;p=dcpomatic.git diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index fbfc1205e..e8515d2c6 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -35,7 +35,7 @@ class Log; class KDMOutputPanel : public wxPanel { public: - KDMOutputPanel (wxWindow* parent, bool interop); + KDMOutputPanel (wxWindow* parent); void setup_sensitivity (); @@ -51,11 +51,10 @@ public: return _forensic_mark_audio_up_to; } - std::pair, int> make ( + std::pair, int> make ( std::list screen_kdms, std::string name, - KDMTimingPanel* timing, - boost::function confirm_overwrite + std::function confirm_overwrite ); private: