summaryrefslogtreecommitdiff
path: root/src/wx/content_version_dialog.cc
AgeCommit message (Collapse)Author
2022-04-29Fix (I think) some strange situations where ::get() on dialogsCarl Hetherington
used by EditableList would return something that wasn't a optional<> but would then get implicitly cast to one. Now we have a static_assert to check that the type is what we expect.
2020-09-23Support CPL metadata.Carl Hetherington