Tidying - using scoped enums

This commit is contained in:
Nav
2022-03-01 20:35:56 +00:00
parent 15f22b612f
commit 3893187aed
7 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ namespace Bloom::Events
{
static_assert(std::atomic<int>::is_always_lock_free);
enum EventType: std::uint8_t
enum class EventType: std::uint8_t
{
GENERIC,
STOP_TARGET_EXECUTION,