mirror of https://github.com/PCSX2/pcsx2.git
Fix linux issues
This commit is contained in:
parent
15943eddb1
commit
c79fe9a1e7
|
@ -384,7 +384,7 @@ void BreakpointList::onPopupClick(wxCommandEvent& evt)
|
|||
}
|
||||
}
|
||||
|
||||
void BreakpointList::showMenu(wxPoint& pos)
|
||||
void BreakpointList::showMenu(const wxPoint& pos)
|
||||
{
|
||||
bool isMemory;
|
||||
int index = getBreakpointIndex(GetFirstSelected(),isMemory);
|
||||
|
|
|
@ -49,7 +49,7 @@ private:
|
|||
void gotoBreakpointAddress(int itemIndex);
|
||||
void removeBreakpoint(int itemIndex);
|
||||
void postEvent(wxEventType type, int value);
|
||||
void showMenu(wxPoint& pos);
|
||||
void showMenu(const wxPoint& pos);
|
||||
|
||||
std::vector<BreakPoint> displayedBreakPoints_;
|
||||
std::vector<MemCheck> displayedMemChecks_;
|
||||
|
|
Loading…
Reference in New Issue