--- nono/wx/wxsoftkey.cpp 2026/04/29 17:05:08 1.1.1.11 +++ nono/wx/wxsoftkey.cpp 2026/04/29 17:05:12 1.1.1.12 @@ -1039,10 +1039,10 @@ WXX68kSoftKeyPanel::keydata { // // コンストラクタ -WXSoftKeyWindow::WXSoftKeyWindow(wxWindow *parent, vmtype_t vmtype) +WXSoftKeyWindow::WXSoftKeyWindow(wxWindow *parent, VMType vmtype) : inherited(parent, wxID_ANY, _("Software Keyboard")) { - if (vmtype == VMTYPE_X68030) { + if (vmtype == VMType::X68030) { panel = new WXX68kSoftKeyPanel(this); } else { panel = new WXLunaSoftKeyPanel(this);