Cleanup: auto
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Aug 2022 20:55:37 +0000 (22:55 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Aug 2022 20:55:37 +0000 (22:55 +0200)
src/wx/full_config_dialog.cc

index bb804cae876c837951e387db26de934118c5a9be..bcaa61a9bf7767f1dba2a9be5f6cdea6ff1e5f34 100644 (file)
@@ -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;