--- nono/wx/wxversion.h 2026/04/29 17:05:31 1.1.1.8 +++ nono/wx/wxversion.h 2026/04/29 17:05:53 1.1.1.10 @@ -18,7 +18,7 @@ class WXVersionDlg : public wxDialog using inherited = wxDialog; public: explicit WXVersionDlg(wxWindow *parent); - virtual ~WXVersionDlg() override; + ~WXVersionDlg() override; }; // ホスト情報モニタ @@ -39,6 +39,7 @@ class HostInfoMonitor : public Object wxString avx2str {}; wxString neonstr {}; wxString wxname {}; + const char *slirpver {}; }; extern HostInfoMonitor *gHostInfo;