Ubuntu 13.10 appears to have a broken GtkFileChooserButton in its GTK as well as...
[dcpomatic.git] / src / wx / new_film_dialog.h
index f8f3aa08dd1ca5f360afaa495299afd1d8470346..4176b060df1dc9081c4afa80c39f11bbff35da35 100644 (file)
@@ -38,5 +38,5 @@ private:
 #else  
        wxDirPickerCtrl* _folder;
 #endif 
-       static boost::optional<std::string> _directory;
+       static boost::optional<boost::filesystem::path> _directory;
 };