--- nono/wx/wxversion.h 2026/04/29 17:05:23 1.1.1.6 +++ nono/wx/wxversion.h 2026/04/29 17:05:27 1.1.1.7 @@ -18,7 +18,7 @@ class WXVersionDlg : public wxDialog { using inherited = wxDialog; public: - WXVersionDlg(wxWindow *parent); + explicit WXVersionDlg(wxWindow *parent); virtual ~WXVersionDlg() override; }; @@ -38,6 +38,7 @@ class HostInfoMonitor : public Object wxString osname {}; wxString machinename {}; wxString avx2str {}; + wxString neonstr {}; wxString wxname {}; };