From 0ede90f736caffdf600583a7826fc5d0c76c91c9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Sep 2021 23:32:05 +0200 Subject: proto/freetrack: fix broken interface selection --- proto-ft/ftnoir_protocol_ft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-ft/ftnoir_protocol_ft.h') 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 used_interface{b, "used-interfaces", (int)enable_both}; value ephemeral_library_location{b, "ephemeral-library-location", false}; value use_custom_location{b, "use-custom-location", false}; -- cgit v1.2.3