A whole load of UTF-8/-16 confusion fixes for Windows.
[dcpomatic.git] / src / wx / new_film_dialog.h
index 4176b060df1dc9081c4afa80c39f11bbff35da35..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;