From 99b08e71cbf3705f80de9b9c86bbf0eed1d80e89 Mon Sep 17 00:00:00 2001 From: Johannes Schultz Date: Fri, 29 Nov 2024 17:02:43 +0000 Subject: [PATCH] [Fix] Previous commit was missing a file. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22346 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- mptrack/Mptrack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mptrack/Mptrack.cpp b/mptrack/Mptrack.cpp index ed42d54a67..688375d80c 100644 --- a/mptrack/Mptrack.cpp +++ b/mptrack/Mptrack.cpp @@ -1390,7 +1390,7 @@ BOOL CTrackApp::InitInstanceImpl(CMPTCommandLineInfo &cmdInfo) // Initialize CMainFrame pMainFrame->Initialize(); InitCommonControls(); - pMainFrame->m_InputHandler->UpdateMainMenu(); + pMainFrame->GetInputHandler()->UpdateMainMenu(); // Dispatch commands specified on the command line if(cmdInfo.m_nShellCommand == CCommandLineInfo::FileNew)