summaryrefslogtreecommitdiffhomepage
path: root/entity/accessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'entity/accessor.hpp')
-rw-r--r--entity/accessor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/accessor.hpp b/entity/accessor.hpp
index 6bd512f4..9dd9c3b6 100644
--- a/entity/accessor.hpp
+++ b/entity/accessor.hpp
@@ -15,7 +15,7 @@ struct group;
namespace floormat::entities {
-enum class field_status : unsigned char { hidden, readonly, enabled, };
+enum class field_status : unsigned char { hidden, readonly, enabled, COUNT, };
struct erased_accessor final {
using reader_t = void;