Try to fix unstripped .debs.
[dcpomatic.git] / src / wx / new_film_dialog.h
index f8f3aa08dd1ca5f360afaa495299afd1d8470346..a835c7cebae4ebbfe251eb85d29af30c5120bffe 100644 (file)
@@ -29,7 +29,7 @@ public:
        NewFilmDialog (wxWindow *);
        ~NewFilmDialog ();
 
-       std::string get_path () const;
+       boost::filesystem::path get_path () const;
 
 private:
        wxTextCtrl* _name;
@@ -38,5 +38,5 @@ private:
 #else  
        wxDirPickerCtrl* _folder;
 #endif 
-       static boost::optional<std::string> _directory;
+       static boost::optional<boost::filesystem::path> _directory;
 };