diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-03 23:02:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-22 13:03:04 +0200 |
| commit | 903c33051d45700a8e389b970c857c5339f9f395 (patch) | |
| tree | 9429e0da86d577f660763c5b60e25540daa49dda /src/wx/kdm_timing_panel.cc | |
| parent | 43ac9191b0feb8f5311c3501a5e0a0f80ad1b4b9 (diff) | |
Rename Choice::add to Choice::add_entry.
Diffstat (limited to 'src/wx/kdm_timing_panel.cc')
| -rw-r--r-- | src/wx/kdm_timing_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_timing_panel.cc b/src/wx/kdm_timing_panel.cc index f4112cb08..6e362a3b2 100644 --- a/src/wx/kdm_timing_panel.cc +++ b/src/wx/kdm_timing_panel.cc @@ -124,7 +124,7 @@ KDMTimingPanel::KDMTimingPanel (wxWindow* parent) /* Default to UTC */ size_t sel = get_offsets(_offsets); for (size_t i = 0; i < _offsets.size(); ++i) { - _utc_offset->add(_offsets[i].name); + _utc_offset->add_entry(_offsets[i].name); if (_offsets[i].hour == 0 && _offsets[i].minute == 0) { sel = i; } |
