From 442fd797087834cb691cf18f4a808eee6d740353 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 22 Jun 2017 07:28:29 +0200 Subject: misc irrelevant --- options/group.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options/group.hpp') 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 - OTR_NEVER_INLINE + never_inline t get(const QString& k) const { auto value = kvs.find(k); @@ -60,7 +60,7 @@ public: } template - OTR_NEVER_INLINE + never_inline static auto with_settings_object(F&& fun) { saver_ saver { *cur_settings_object(), cur_ini_mtx }; -- cgit v1.2.3