diff options
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 2985516c4..5ae369415 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -24,7 +24,7 @@ #include <boost/optional.hpp> class Progress; -class FileDialogWrapper; +class CertificateFileDialogWrapper; class ScreenDialog : public wxDialog { @@ -59,7 +59,7 @@ private: wxStaticText* _recipient_thumbprint; wxButton* _get_recipient_from_file; wxButton* _download_recipient; - EditableList<dcp::Certificate, FileDialogWrapper>* _trusted_device_list; + EditableList<dcp::Certificate, CertificateFileDialogWrapper>* _trusted_device_list; boost::optional<dcp::Certificate> _recipient; std::vector<dcp::Certificate> _trusted_devices; |
