summaryrefslogtreecommitdiffhomepage
path: root/options/group.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-22 07:28:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-22 07:28:29 +0200
commit442fd797087834cb691cf18f4a808eee6d740353 (patch)
tree108f354f498c3f7272095d58dc5b03d861ef83f0 /options/group.hpp
parent0ebf074be440dc5ba30802fdccfc786c6d4acbd7 (diff)
misc irrelevant
Diffstat (limited to 'options/group.hpp')
-rw-r--r--options/group.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/group.hpp b/options/group.hpp
index b0e13a6a..dd070dfd 100644
--- a/options/group.hpp
+++ b/options/group.hpp
@@ -50,7 +50,7 @@ public:
static void mark_ini_modified();
template<typename t>
- OTR_NEVER_INLINE
+ never_inline
t get(const QString& k) const
{
auto value = kvs.find(k);
@@ -60,7 +60,7 @@ public:
}
template<typename F>
- OTR_NEVER_INLINE
+ never_inline
static auto with_settings_object(F&& fun)
{
saver_ saver { *cur_settings_object(), cur_ini_mtx };