summaryrefslogtreecommitdiff
path: root/src/wx/dolby_certificate_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dolby_certificate_dialog.h')
-rw-r--r--src/wx/dolby_certificate_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/dolby_certificate_dialog.h b/src/wx/dolby_certificate_dialog.h
index 92b3407e9..194150363 100644
--- a/src/wx/dolby_certificate_dialog.h
+++ b/src/wx/dolby_certificate_dialog.h
@@ -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;
};