From: Carl Hetherington Date: Tue, 30 Aug 2022 20:55:37 +0000 (+0200) Subject: Cleanup: auto X-Git-Tag: v2.16.23~7 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=318b4e3e081f7c072fd75fbbd72b1ae3737f0da4 Cleanup: auto --- diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index bb804cae8..bcaa61a9b 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -118,7 +118,7 @@ private: add_label_to_sizer (table, _panel, _("Cinema and screen database file"), true, wxGBPosition (r, 0)); _cinemas_file = new FilePickerCtrl (_panel, _("Select cinema and screen database file"), "*.xml", true, false); table->Add (_cinemas_file, wxGBPosition (r, 1)); - Button* export_cinemas = new Button (_panel, _("Export...")); + auto export_cinemas = new Button (_panel, _("Export...")); table->Add (export_cinemas, wxGBPosition (r, 2)); ++r;