From 74253af3f832df22a742761a5f5a1454f1cc3c9b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 30 Oct 2017 00:13:52 +0100 Subject: options: fix evil typo --- options/group.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/group.hpp b/options/group.hpp index b1aad156..0f806f75 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -85,7 +85,7 @@ public: static auto with_global_settings_object(F&& fun) { QMutexLocker l(&global_ini_mtx); - saver_ saver { *cur_global_settings_object(), global_ini_refcount, ini_modifiedp }; + saver_ saver { *cur_global_settings_object(), global_ini_refcount, global_ini_modifiedp }; global_ini_modifiedp = true; return fun(saver.s); -- cgit v1.2.3