diff options
Diffstat (limited to 'src/wx/dir_dialog.h')
| -rw-r--r-- | src/wx/dir_dialog.h | 1 |
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; |
