summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/file_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/file_dialog.h b/src/wx/file_dialog.h
index 022c3dbed..ae55abf97 100644
--- a/src/wx/file_dialog.h
+++ b/src/wx/file_dialog.h
@@ -31,6 +31,9 @@ LIBDCP_ENABLE_WARNINGS
class FileDialog : public wxFileDialog
{
public:
+ /** @param initial_path_key key in config to use to store and read the initial path
+ * @param override_path if not-none, this is used as the initial path regardless of the initial_path_key
+ */
FileDialog(
wxWindow* parent,
wxString title,