mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Fix warnings
This commit is contained in:
parent
e1f21602fd
commit
bf643c98aa
4 changed files with 5 additions and 7 deletions
|
@ -131,7 +131,7 @@ void CFrame::ToggleLogConfigWindow(bool bShow)
|
|||
if (bShow)
|
||||
{
|
||||
if (!m_LogConfigWindow)
|
||||
m_LogConfigWindow = new LogConfigWindow(this, m_LogWindow, IDM_LOG_CONFIG_WINDOW);
|
||||
m_LogConfigWindow = new LogConfigWindow(this, IDM_LOG_CONFIG_WINDOW);
|
||||
|
||||
const int nbIndex = IDM_LOG_CONFIG_WINDOW - IDM_LOG_WINDOW;
|
||||
DoAddPage(m_LogConfigWindow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue