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_fsuipc/ftnoir_protocol_fsuipc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ftnoir_protocol_fsuipc') diff --git a/ftnoir_protocol_fsuipc/ftnoir_protocol_fsuipc.h b/ftnoir_protocol_fsuipc/ftnoir_protocol_fsuipc.h index 006c93de..f477ee2a 100644 --- a/ftnoir_protocol_fsuipc/ftnoir_protocol_fsuipc.h +++ b/ftnoir_protocol_fsuipc/ftnoir_protocol_fsuipc.h @@ -45,11 +45,10 @@ using namespace options; #define FSUIPC_FILENAME "C:\\Program Files\\Microsoft Games\\Flight Simulator 9\\Modules\\FSUIPC.dll" -struct settings { - pbundle b; +struct settings : opts { value LocationOfDLL; settings() : - b(bundle("proto-fsuipc")), + opts("proto-fsuipc"), LocationOfDLL(b, "dll-location", FSUIPC_FILENAME) {} }; -- cgit v1.2.3