summaryrefslogtreecommitdiff
path: root/src/wx/extra_kdm_email_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-17 01:40:51 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-17 01:40:51 +0100
commit235483a91d4160f4b9b2e53f1a7d5c4cb5b27925 (patch)
tree6735b612a8d03988600b02fc186306459c07ff01 /src/wx/extra_kdm_email_dialog.h
parent6e8f8563f4e4e6ff04b632aff8d6ae95de945649 (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/extra_kdm_email_dialog.h')
-rw-r--r--src/wx/extra_kdm_email_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/extra_kdm_email_dialog.h b/src/wx/extra_kdm_email_dialog.h
index e04541864..abb3c8ff9 100644
--- a/src/wx/extra_kdm_email_dialog.h
+++ b/src/wx/extra_kdm_email_dialog.h
@@ -35,7 +35,7 @@ public:
private:
void set(std::vector<std::string> emails);
- EditableList<std::string, EmailDialog>* _email_list;
+ EditableList<std::string>* _email_list;
std::vector<std::string> _emails;
};