--- gigedit/trunk/src/gigedit/Settings.h 2019/02/02 07:48:50 3460 +++ gigedit/trunk/src/gigedit/Settings.h 2019/02/02 17:53:36 3461 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2018 Christian Schoenebeck + Copyright (c) 2014-2019 Christian Schoenebeck This file is part of "gigedit" and released under the terms of the GNU General Public License version 2. @@ -72,7 +72,7 @@ sigc::bind( sigc::bind( sigc::bind( - sigc::mem_fun(m_settings, &Settings::onPropertyChanged), + sigc::mem_fun(*m_settings, &Settings::onPropertyChanged), m_group ), type @@ -92,7 +92,7 @@ sigc::bind( sigc::bind( sigc::bind( - sigc::mem_fun(m_settings, &Settings::onPropertyChanged), + sigc::mem_fun(*m_settings, &Settings::onPropertyChanged), m_group ), type