summaryrefslogtreecommitdiffhomepage
path: root/options/group.hpp
diff options
context:
space:
mode:
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 };