summaryrefslogtreecommitdiffhomepage
path: root/proto-ft/ftnoir_protocol_ft.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
-rw-r--r--proto-ft/ftnoir_protocol_ft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h
index 4b7ab89e..a07747d9 100644
--- a/proto-ft/ftnoir_protocol_ft.h
+++ b/proto-ft/ftnoir_protocol_ft.h
@@ -27,7 +27,7 @@
using namespace options;
struct settings : opts {
- enum enable_status { enable_both, enable_freetrack, enable_npclient, };
+ enum enable_status : int { enable_both, enable_freetrack, enable_npclient, };
value<int> used_interface{b, "used-interfaces", (int)enable_both};
value<bool> ephemeral_library_location{b, "ephemeral-library-location", false};
value<bool> use_custom_location{b, "use-custom-location", false};