summaryrefslogtreecommitdiff
path: root/src/wx/smpte_metadata_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/smpte_metadata_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/smpte_metadata_dialog.h')
-rw-r--r--src/wx/smpte_metadata_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/smpte_metadata_dialog.h b/src/wx/smpte_metadata_dialog.h
index c63efd045..4fd2c388c 100644
--- a/src/wx/smpte_metadata_dialog.h
+++ b/src/wx/smpte_metadata_dialog.h
@@ -68,7 +68,7 @@ private:
wxChoice* _status;
CheckBox* _enable_distributor;
wxTextCtrl* _distributor;
- EditableList<std::string, ContentVersionDialog>* _content_versions;
+ EditableList<std::string>* _content_versions;
};