X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fnew_film_dialog.h;h=a835c7cebae4ebbfe251eb85d29af30c5120bffe;hb=cc3900735839ff4b0da0c046b5c606c440ba917a;hp=f8f3aa08dd1ca5f360afaa495299afd1d8470346;hpb=89115db77729a2c99f1a09ff6a461720e16f889e;p=dcpomatic.git diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h index f8f3aa08d..a835c7ceb 100644 --- a/src/wx/new_film_dialog.h +++ b/src/wx/new_film_dialog.h @@ -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 _directory; + static boost::optional _directory; };