summaryrefslogtreecommitdiff
path: root/src/wx/new_film_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/new_film_dialog.h')
-rw-r--r--src/wx/new_film_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h
index 715f71f51..bfcbd423c 100644
--- a/src/wx/new_film_dialog.h
+++ b/src/wx/new_film_dialog.h
@@ -37,5 +37,5 @@ private:
#else
wxDirPickerCtrl* _folder;
#endif
- static std::string _directory;
+ static boost::optional<std::string> _directory;
};