diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-19 14:23:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-19 14:23:19 +0200 |
| commit | 7d85532adfcf56c68c3b30ba0e2df0ae7d6cf447 (patch) | |
| tree | 3fa5d9d8e324353b840fed091df5a252442d1132 /src | |
| parent | eff899ef357bb0b22a50accdfcb219e1eda9657d (diff) | |
Fix macOS 10.8 build.v2.16.31
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/system_information_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
