summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/debuggerbreakpointlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/debuggerbreakpointlist.h')
-rw-r--r--quanta/components/debugger/debuggerbreakpointlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/debuggerbreakpointlist.h b/quanta/components/debugger/debuggerbreakpointlist.h
index aa6cd803..ef9233bc 100644
--- a/quanta/components/debugger/debuggerbreakpointlist.h
+++ b/quanta/components/debugger/debuggerbreakpointlist.h
@@ -31,7 +31,7 @@ class DebuggerBreakpointList
private:
BreakpointList_t* m_breakpointList;
BreakpointList_t::iterator m_current;
- BreakpointList_t::iterator find(const DebuggerBreakpoint &bp);
+ BreakpointList_t::iterator tqfind(const DebuggerBreakpoint &bp);
public:
DebuggerBreakpointList();