mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 11:07:46 +00:00
common/logging/filter: Replace C-style case with C++ static_cast
This commit is contained in:
parent
ed8b4ac2b4
commit
4209a71953
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ public:
|
|||
bool IsDebug() const;
|
||||
|
||||
private:
|
||||
std::array<Level, (size_t)Class::Count> class_levels;
|
||||
std::array<Level, static_cast<size_t>(Class::Count)> class_levels;
|
||||
};
|
||||
} // namespace Log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue