Add comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 11 Nov 2023 20:03:16 +0000 (21:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 11 Nov 2023 20:03:16 +0000 (21:03 +0100)
src/wx/dir_dialog.h

index c3b470a07f1e96ead5f9427d68265ea0297e1c84..e0c5f07d436a721d19d8fd6f44fb9abe1ae823c8 100644 (file)
@@ -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,