diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-11 21:03:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-11 21:03:16 +0100 |
| commit | a22f1bda1083345a649ca9c4d893cae79b141191 (patch) | |
| tree | a476dac508c7e6f9c07bb37b38deff3289f0102a /src | |
| parent | a6e2f0fe9a55dac22566312265c98b7893670327 (diff) | |
Add comment.
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, |
