--- nono/wx/wxsubwindow.h 2026/04/29 17:04:43 1.1.1.4 +++ nono/wx/wxsubwindow.h 2026/04/29 17:04:45 1.1.1.5 @@ -37,7 +37,7 @@ class WXSubWindow : public wxFrame WXSubWindow(wxWindow *parent, wxWindowID id, const wxString& name, int style); WXSubWindow(wxWindow *parent, wxWindowID id, const wxString& name); - virtual ~WXSubWindow(); + virtual ~WXSubWindow() override; // テキスト系パネルのフォントサイズ変更 virtual void SetFontSize(FontId fontid);