diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-17 01:40:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-17 01:40:51 +0100 |
| commit | 235483a91d4160f4b9b2e53f1a7d5c4cb5b27925 (patch) | |
| tree | 6735b612a8d03988600b02fc186306459c07ff01 /src/wx/screen_dialog.h | |
| parent | 6e8f8563f4e4e6ff04b632aff8d6ae95de945649 (diff) | |
Refactor EditableList to take a new pair of functors for new/edit operations.
In the future this will allow more intricate text displays in
EditableLists.
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 3435bf711..f8bc2ddaf 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -79,7 +79,7 @@ private: wxStaticText* _not_valid_after; wxButton* _get_recipient_from_file; wxButton* _download_recipient; - EditableList<TrustedDevice, TrustedDeviceDialog>* _trusted_device_list; + EditableList<TrustedDevice>* _trusted_device_list; boost::optional<dcp::Certificate> _recipient; std::vector<TrustedDevice> _trusted_devices; |
