std::shared_ptr
[dcpomatic.git] / src / wx / dkdm_output_panel.h
index 5b25dd2ab302e8b611154411d7afc95bea3da2ac..57a9418188dc65939532549975dfdb9ea10925a4 100644 (file)
@@ -41,14 +41,13 @@ public:
 
        boost::filesystem::path directory () const;
 
-       std::pair<boost::shared_ptr<Job>, int> make (
+       std::pair<std::shared_ptr<Job>, int> make (
                std::list<KDMWithMetadataPtr > kdms,
                std::string name,
                boost::function<bool (boost::filesystem::path)> confirm_overwrite
                );
 
 private:
-       wxChoice* _type;
        NameFormatEditor* _filename_format;
        wxCheckBox* _write_to;
 #ifdef DCPOMATIC_USE_OWN_PICKER