summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-25 16:49:46 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-25 16:49:46 +0100
commitfb66531502fda94d50c7b1399178ff08f6c6eaac (patch)
tree028498b927d6eca494c3d782f4a53ed6485235b0 /src/wx/export_dialog.h
parent7a01980e54074dcfe3d8c55c396eabd6f0d48497 (diff)
Use ISDCF name as a default export filename (#1584).
Diffstat (limited to 'src/wx/export_dialog.h')
-rw-r--r--src/wx/export_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h
index 509cd60e9..3314e22da 100644
--- a/src/wx/export_dialog.h
+++ b/src/wx/export_dialog.h
@@ -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;