mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 22:41:05 +00:00
Logging: Convert an old-style cast to static_cast
This commit is contained in:
parent
b2a9d05cd4
commit
b2a73a878d
@ -48,7 +48,7 @@ public:
|
|||||||
bool CheckMessage(Class log_class, Level level) const;
|
bool CheckMessage(Class log_class, Level level) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::array<Level, (size_t)Class::Count> class_levels;
|
std::array<Level, static_cast<size_t>(Class::Count)> class_levels;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user