diff options
Diffstat (limited to 'src/wx/new_film_dialog.h')
| -rw-r--r-- | src/wx/new_film_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h index f8f3aa08d..4176b060d 100644 --- a/src/wx/new_film_dialog.h +++ b/src/wx/new_film_dialog.h @@ -38,5 +38,5 @@ private: #else wxDirPickerCtrl* _folder; #endif - static boost::optional<std::string> _directory; + static boost::optional<boost::filesystem::path> _directory; }; |
