Some more certificate download improvements.
[dcpomatic.git] / src / wx / dolby_certificate_dialog.h
index 92b3407e9a7858e6e80143f78291e03614a62a4a..194150363cb11e8504c464ab8a6f187678f1dee4 100644 (file)
@@ -30,8 +30,10 @@ private:
        void setup_countries ();
        void country_selected ();
        void cinema_selected ();
-       std::list<std::string> ftp_ls (std::string) const;
+       void serial_selected ();
+       std::list<std::string> get_dir (std::string) const;
 
        wxChoice* _country;
        wxChoice* _cinema;
+       wxChoice* _serial;
 };