mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
BreakPoints: Fix compile warning
This commit is contained in:
@ -118,7 +118,7 @@ public:
|
||||
TWatchesStr GetStrings() const;
|
||||
void AddFromStrings(const TWatchesStr& bps);
|
||||
|
||||
const bool IsAddressWatch(u32 _iAddress);
|
||||
bool IsAddressWatch(u32 _iAddress) const;
|
||||
|
||||
// Add BreakPoint
|
||||
void Add(u32 em_address);
|
||||
@ -135,4 +135,4 @@ public:
|
||||
|
||||
private:
|
||||
TWatches m_Watches;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user