mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-11 00:47:48 -07:00
Merge pull request #1400 from lioncash/warn
CheatSearchTab: Fix signed/unsigned comparison warning
This commit is contained in:
commit
ab7c594b26
@ -26,7 +26,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
const int MAX_CHEAT_SEARCH_RESULTS_DISPLAY = 1024;
|
||||
const unsigned int MAX_CHEAT_SEARCH_RESULTS_DISPLAY = 1024;
|
||||
}
|
||||
|
||||
CheatSearchTab::CheatSearchTab(wxWindow* const parent)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user