From b6251ba674f3e70d777bc80075a8facd7859dc72 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Mon, 31 Jan 2011 04:36:49 +0000 Subject: Fix the DSPLLE debugger window. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7007 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/CodeWindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp') diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index 6ff7c5b82d..28b80e8a62 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -139,6 +139,7 @@ CCodeWindow::CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter , m_BreakpointWindow(NULL) , m_MemoryWindow(NULL) , m_JitWindow(NULL) + , m_SoundWindow(NULL) , m_VideoWindow(NULL) , codeview(NULL) { -- cgit v1.2.3