summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/src/CodeWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.h')
-rw-r--r--Source/Core/DebuggerWX/src/CodeWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.h b/Source/Core/DebuggerWX/src/CodeWindow.h
index 8d8684f736..d56038a54e 100644
--- a/Source/Core/DebuggerWX/src/CodeWindow.h
+++ b/Source/Core/DebuggerWX/src/CodeWindow.h
@@ -31,6 +31,7 @@ class CRegisterWindow;
class CLogWindow;
class CBreakPointWindow;
class CMemoryWindow;
+class CJitWindow;
class CCodeView;
class IniFile;
@@ -101,6 +102,7 @@ class CCodeWindow
CRegisterWindow* m_RegisterWindow;
CBreakPointWindow* m_BreakpointWindow;
CMemoryWindow* m_MemoryWindow;
+ CJitWindow* m_JitWindow;
CCodeView* codeview;
wxListBox* callstack;