summaryrefslogtreecommitdiffhomepage
path: root/options/scoped.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/scoped.hpp')
-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();
};