From 65bad699fc8472b49189a412f730409eb2e96311 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 22 May 2015 15:55:31 +0200 Subject: all: implicitly cancel on form dialog close --- ftnoir_protocol_ft/ftnoir_protocol_ft.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ftnoir_protocol_ft') diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index 6bbf1bd3..ade6ac75 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -41,12 +41,11 @@ #include "../freetrackclient/fttypes.h" using namespace options; -struct settings { - pbundle b; +struct settings : opts { value intUsedInterface; value useTIRViews; settings() : - b(bundle("proto-freetrack")), + opts("proto-freetrack"), intUsedInterface(b, "used-interfaces", 0), useTIRViews(b, "use-memory-hacks", false) {} -- cgit v1.2.3