From 57d8fa7661c97fb9f02279060694a0073e7cc8b5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Dec 2016 05:34:07 +0100 Subject: options: get element with call operator thread_local is expensive. --- options/bundle.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options/bundle.hpp') diff --git a/options/bundle.hpp b/options/bundle.hpp index 2d7fa7f4..5bbe6f60 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -103,9 +103,9 @@ public: OPENTRACK_OPTIONS_EXPORT bundler& singleton(); } -using bundle_type = detail::bundle; -using bundle = std::shared_ptr; +using bundle_ = detail::bundle; +using bundle = std::shared_ptr; -OPENTRACK_OPTIONS_EXPORT std::shared_ptr make_bundle(const QString& name); +OPENTRACK_OPTIONS_EXPORT std::shared_ptr make_bundle(const QString& name); } -- cgit v1.2.3