--- nono/wx/wxtextpanel.cpp 2026/04/29 17:05:08 1.1.1.8 +++ nono/wx/wxtextpanel.cpp 2026/04/29 17:05:16 1.1.1.9 @@ -14,8 +14,9 @@ #include "sjis.h" // コンストラクタ -WXTextPanel::WXTextPanel(wxWindow *parent, const wxSize& size, long style) - : inherited(parent, size, style) +WXTextPanel::WXTextPanel(wxWindow *parent, wxWindowID id, + const wxPoint& position, const wxSize& size, long style) + : inherited(parent, id, position, size, style) { // デフォルト色 ResetTextColor();