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

@@ -7,7 +7,7 @@
namespace Bloom::Targets::TargetDescription
{
enum MemorySegmentType
enum class MemorySegmentType
{
REGISTERS,
IO,