aboutsummaryrefslogtreecommitdiffstats
path: root/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'state.hpp')
-rw-r--r--state.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.hpp b/state.hpp
index 76b3c67..28396dc 100644
--- a/state.hpp
+++ b/state.hpp
@@ -31,7 +31,7 @@ constexpr unsigned ReturnStackSize = 16;
struct State
{
enum class Error : int {
- none,
+ none = 0,
push,
pop,
pushr,