summaryrefslogtreecommitdiff
path: root/src/wx/file_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/file_dialog.h')
-rw-r--r--src/wx/file_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/file_dialog.h b/src/wx/file_dialog.h
index f4a7ad81e..cc6d720c1 100644
--- a/src/wx/file_dialog.h
+++ b/src/wx/file_dialog.h
@@ -24,6 +24,7 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
+#include <boost/optional.hpp>
#include <vector>
@@ -35,7 +36,8 @@ public:
wxString title,
wxString allowed,
long style,
- std::string initial_path_key
+ std::string initial_path_key,
+ boost::optional<boost::filesystem::path> override_path = boost::optional<boost::filesystem::path>()
);
/** @return true if OK was clicked */