Add Uwe Dittes as translator.
[dcpomatic.git] / src / wx / kdm_output_panel.h
index fbfc1205ebcea73c90d1a3a15e9eb2619aa5245c..e8515d2c6c3e6ef90e831de73ff2746e357db05b 100644 (file)
@@ -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<boost::shared_ptr<Job>, int> make (
+       std::pair<std::shared_ptr<Job>, int> make (
                std::list<KDMWithMetadataPtr > screen_kdms,
                std::string name,
-               KDMTimingPanel* timing,
-               boost::function<bool (boost::filesystem::path)> confirm_overwrite
+               std::function<bool (boost::filesystem::path)> confirm_overwrite
                );
 
 private: