Bump libdcp for new method.
[dcpomatic.git] / src / wx / new_film_dialog.h
index 6dc83d815b546528ee54c7ae2706a32024fc036a..4096b4303b8b86987b48ce07522c16eb5a976115 100644 (file)
@@ -31,7 +31,8 @@ public:
        NewFilmDialog (wxWindow *);
        ~NewFilmDialog ();
 
-       boost::filesystem::path get_path () const;
+       boost::filesystem::path path () const;
+       boost::optional<std::string> template_name () const;
 
 private:
        wxTextCtrl* _name;
@@ -40,5 +41,7 @@ private:
 #else
        wxDirPickerCtrl* _folder;
 #endif
+       wxCheckButton* _use_template;
+       wxChoice* _template_name;
        static boost::optional<boost::filesystem::path> _directory;
 };