summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-08-31 21:07:20 +0000
committernakeee <nakeee@gmail.com>2009-08-31 21:07:20 +0000
commit387c6fdecd97b8b5169eed5a3adbf0740474c6d7 (patch)
treebe9f6be99d10f644ef1b352a6be4a5e41246dc8d /Source/Core/DebuggerWX/Src/BreakpointWindow.cpp
parent4968f6c29aed57cfc586280ef5f865e388270841 (diff)
fix linux build in hope it will help JP to fix the gui on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4121 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/BreakpointWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/BreakpointWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp b/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp
index a2c207fb81..c5f3bdda70 100644
--- a/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp
@@ -20,7 +20,7 @@
#include "BreakpointView.h"
#include "CodeWindow.h"
#include "HW/Memmap.h"
-#include "BreakPointDlg.h"
+#include "BreakpointDlg.h"
#include "MemoryCheckDlg.h"
#include "Host.h"
#include "PowerPC/PowerPC.h"