std::shared_ptr
[dcpomatic.git] / src / wx / kdm_output_panel.h
index fbfc1205ebcea73c90d1a3a15e9eb2619aa5245c..cc4453d0267ece10a36bedeb96d58424c12aa636 100644 (file)
@@ -51,10 +51,9 @@ 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
                );