diff options
| author | Glenn Rice <glennricster@gmail.com> | 2011-01-31 04:36:49 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2011-01-31 04:36:49 +0000 |
| commit | b6251ba674f3e70d777bc80075a8facd7859dc72 (patch) | |
| tree | 49076eaa37060b320b314e2d187cd7682cf33089 /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | 424b8fd6b3e16a9bc404be7c85ff50cdf2f8c673 (diff) | |
Fix the DSPLLE debugger window.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7007 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
