Add wx_ptr and use it instead of ScopeGuard in a lot of places.
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Jan 2023 21:06:05 +0000 (22:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Jan 2023 21:06:05 +0000 (22:06 +0100)
commit4e4968464eeef1956cb82392e1fc3b27a792ab89
tree79db245f320df21a075a0fd26de685e02fff6924
parent0ecea9f4d1a772e99f396e47364e68abfbfe9f7f
Add wx_ptr and use it instead of ScopeGuard in a lot of places.
19 files changed:
src/tools/dcpomatic.cc
src/tools/dcpomatic_batch.cc
src/tools/dcpomatic_kdm.cc
src/tools/dcpomatic_player.cc
src/wx/config_dialog.cc
src/wx/content_advanced_dialog.cc
src/wx/content_menu.cc
src/wx/content_panel.cc
src/wx/controls.cc
src/wx/editable_list.h
src/wx/fonts_dialog.cc
src/wx/language_tag_widget.cc
src/wx/region_subtag_widget.cc
src/wx/screen_dialog.cc
src/wx/screens_panel.cc
src/wx/text_panel.cc
src/wx/timing_panel.cc
src/wx/wx_ptr.h [new file with mode: 0644]
src/wx/wx_util.cc