summaryrefslogtreecommitdiffstats
path: root/src/ManagementServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ManagementServer.h')
-rw-r--r--src/ManagementServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ManagementServer.h b/src/ManagementServer.h
index c0b50e7..274dece 100644
--- a/src/ManagementServer.h
+++ b/src/ManagementServer.h
@@ -65,7 +65,7 @@
/*** State handing ***/
/* An input can be in one of the following three states:
*/
-enum input_state_t
+enum class input_state_t
{
/* The input is waiting for data, all buffers are empty */
NoData,