C++11 tidying.
[dcpomatic.git] / src / wx / kdm_output_panel.h
index cc4453d0267ece10a36bedeb96d58424c12aa636..b01913354c9e11befb23c2d840688e544c1bb254 100644 (file)
@@ -54,7 +54,7 @@ public:
        std::pair<std::shared_ptr<Job>, int> make (
                std::list<KDMWithMetadataPtr > screen_kdms,
                std::string name,
-               boost::function<bool (boost::filesystem::path)> confirm_overwrite
+               std::function<bool (boost::filesystem::path)> confirm_overwrite
                );
 
 private: