mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
WatchWidget: Change type of NUM_COLUMNS to int
Fixes integer comparison signedness warnings.
This commit is contained in:
parent
e6ae204600
commit
e3e682c4ca
@ -54,5 +54,5 @@ private:
|
||||
|
||||
bool m_updating = false;
|
||||
|
||||
static constexpr size_t NUM_COLUMNS = 6;
|
||||
static constexpr int NUM_COLUMNS = 6;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user