summaryrefslogtreecommitdiff
path: root/src/wx/new_film_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/new_film_dialog.h')
-rw-r--r--src/wx/new_film_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h
index 4176b060d..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;