summaryrefslogtreecommitdiff
path: root/src/wx/file_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-11 22:54:51 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-11 22:54:51 +0100
commit8282169ec34b0186f5052a2d931360779c932492 (patch)
tree96d70cd1ee52d51bfbb51d2adb291d82c86fc531 /src/wx/file_dialog.h
parente631609fae5ea0ac452c98a4a8623996df37e4be (diff)
Add FileDialog::path().
Diffstat (limited to 'src/wx/file_dialog.h')
-rw-r--r--src/wx/file_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/file_dialog.h b/src/wx/file_dialog.h
index cc6d720c1..022c3dbed 100644
--- a/src/wx/file_dialog.h
+++ b/src/wx/file_dialog.h
@@ -43,6 +43,7 @@ public:
/** @return true if OK was clicked */
bool show();
+ boost::filesystem::path path() const;
std::vector<boost::filesystem::path> paths() const;
private: