diff options
| -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); |
