diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dir_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/dir_dialog.h b/src/wx/dir_dialog.h index c3b470a07..e0c5f07d4 100644 --- a/src/wx/dir_dialog.h +++ b/src/wx/dir_dialog.h @@ -31,6 +31,9 @@ LIBDCP_ENABLE_WARNINGS class DirDialog : public wxDirDialog { public: + /** @param initial_path_key key used to find the directory seen on opening the dialog, if @ref override_path is empty. + * @param override_path path to show on opening the dialog. + */ DirDialog( wxWindow* parent, wxString title, |
