summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-01-09 21:25:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-01-09 21:25:15 +0100
commitcff85a621e3fd5a4cf43809584dedfcd9e8b0efe (patch)
treef70a1846afd103d00edd3c757fc552eff16891cb /options
parent463c10f29efc6ef583b6eb3ed6117368eab9ccd9 (diff)
logic/libs: options/scoped: don't reset dialog on proto load failure
Diffstat (limited to 'options')
-rw-r--r--options/scoped.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/scoped.hpp b/options/scoped.hpp
index 4ad51fea..fd797219 100644
--- a/options/scoped.hpp
+++ b/options/scoped.hpp
@@ -19,9 +19,9 @@ struct OPENTRACK_OPTIONS_EXPORT opts
// XXX hack: the flag shouldn't be here as action at distance -sh 20160926
static void set_teardown_flag(bool value);
+ static bool is_tracker_teardown();
private:
static std::atomic_bool teardown_flag;
- static bool is_tracker_teardown();
static void ensure_thread();
};