diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-03 23:32:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-03 23:32:11 +0200 |
commit | 0ede90f736caffdf600583a7826fc5d0c76c91c9 (patch) | |
tree | c20c763a6a8a27ac968101410332f2546e299722 /proto-ft/ftnoir_protocol_ft.h | |
parent | 4478909bbf018e814591077dfb98eb9b785eeadf (diff) |
proto/freetrack: fix broken interface selection
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.h | 2 |
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}; |