From 7d85532adfcf56c68c3b30ba0e2df0ae7d6cf447 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Oct 2022 14:23:19 +0200 Subject: [PATCH] Fix macOS 10.8 build. --- src/wx/system_information_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/system_information_dialog.cc b/src/wx/system_information_dialog.cc index 79a7f735a..fbae2e010 100644 --- a/src/wx/system_information_dialog.cc +++ b/src/wx/system_information_dialog.cc @@ -75,7 +75,7 @@ SystemInformationDialog::SystemInformationDialog(wxWindow* parent, FilmViewer co #else -SystemInformationDialog::SystemInformationDialog(wxWindow* parent, FilmViewer&) +SystemInformationDialog::SystemInformationDialog(wxWindow* parent, FilmViewer const&) : TableDialog (parent, _("System information"), 2, 1, false) { add (_("OpenGL version"), true); -- 2.30.2