swaroop: allow ScreenKDM subclasses for different KDM types.
[dcpomatic.git] / src / wx / kdm_output_panel.cc
index 8763291234a8d9787c17f9b379c1c62ea7bc4f8f..181ca74f4008cd897b75861eaba37d676534677f 100644 (file)
@@ -181,7 +181,7 @@ KDMOutputPanel::kdm_write_type_changed ()
 
 pair<shared_ptr<Job>, int>
 KDMOutputPanel::make (
-       list<ScreenKDM> screen_kdms, string name, KDMTimingPanel* timing, function<bool (boost::filesystem::path)> confirm_overwrite
+       list<shared_ptr<ScreenKDM> > screen_kdms, string name, KDMTimingPanel* timing, function<bool (boost::filesystem::path)> confirm_overwrite
        )
 {
        list<CinemaKDMs> const cinema_kdms = CinemaKDMs::collect (screen_kdms);