diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-22 15:55:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-22 15:55:31 +0200 |
commit | 65bad699fc8472b49189a412f730409eb2e96311 (patch) | |
tree | 748a9ba239427447dc1cbf93815ed182f574998a /ftnoir_tracker_hydra | |
parent | ca510926a258e0e332deb1dce427f4ff629c9348 (diff) |
all: implicitly cancel on form dialog close
Diffstat (limited to 'ftnoir_tracker_hydra')
-rw-r--r-- | ftnoir_tracker_hydra/ftnoir_tracker_hydra.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h index 87d572d7..47a1eb9a 100644 --- a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h +++ b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h @@ -3,10 +3,9 @@ #include "opentrack/options.hpp" using namespace options; -struct settings { - pbundle b; +struct settings : opts { settings() : - b(bundle("tracker-hydra")) + opts("tracker-hydra") {} }; |