mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 23:01:04 +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;
|
||||
|
||||
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