Use ISDCF name as a default export filename (#1584).
[dcpomatic.git] / src / wx / export_dialog.h
index 509cd60e9221b6f31ea780257c3e4a7ef6bfbf10..3314e22da16773fc828126f57a6a212385123d76 100644 (file)
@@ -28,7 +28,7 @@ class FilePickerCtrl;
 class ExportDialog : public TableDialog
 {
 public:
-       explicit ExportDialog (wxWindow* parent);
+       explicit ExportDialog (wxWindow* parent, std::string name);
 
        boost::filesystem::path path () const;
        ExportFormat format () const;