summaryrefslogtreecommitdiffhomepage
path: root/loader/policy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/policy.hpp')
-rw-r--r--loader/policy.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/policy.hpp b/loader/policy.hpp
index 438b4248..9815886b 100644
--- a/loader/policy.hpp
+++ b/loader/policy.hpp
@@ -4,7 +4,7 @@ namespace floormat {
enum class loader_policy : uint8_t
{
- error, warn, ignore, DEFAULT = error,
+ error, warn, ignore, COUNT, DEFAULT = error,
};
} // namespace floormat