summaryrefslogtreecommitdiff
path: root/src/wx/dir_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-11 12:29:20 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-11 12:29:20 +0100
commitf57b252fd5d753a0b0eab3ccaf87ba4ea25e2f4e (patch)
tree08ce85c30aa91d42c8dd9b2c8dfd33a06783074e /src/wx/dir_dialog.h
parent73c6361dd19274a1ae982a2b448979f32caebcc3 (diff)
Support wxDD_MULTIPLE in DirDialog.
Diffstat (limited to 'src/wx/dir_dialog.h')
-rw-r--r--src/wx/dir_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dir_dialog.h b/src/wx/dir_dialog.h
index e0c5f07d4..3f5d7ca92 100644
--- a/src/wx/dir_dialog.h
+++ b/src/wx/dir_dialog.h
@@ -46,6 +46,7 @@ public:
bool show();
boost::filesystem::path path() const;
+ std::vector<boost::filesystem::path> paths() const;
private:
std::string _initial_path_key;