summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
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;