/[svn]/gigedit/trunk/src/gigedit/Settings.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/Settings.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3460 by schoenebeck, Tue Jan 23 16:30:56 2018 UTC revision 3461 by persson, Sat Feb 2 17:53:36 2019 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) 2014-2018 Christian Schoenebeck      Copyright (c) 2014-2019 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 72  public: Line 72  public:
72                  sigc::bind(                  sigc::bind(
73                      sigc::bind(                      sigc::bind(
74                          sigc::bind(                          sigc::bind(
75                              sigc::mem_fun(m_settings, &Settings::onPropertyChanged),                              sigc::mem_fun(*m_settings, &Settings::onPropertyChanged),
76                              m_group                              m_group
77                          ),                          ),
78                          type                          type
# Line 92  public: Line 92  public:
92                  sigc::bind(                  sigc::bind(
93                      sigc::bind(                      sigc::bind(
94                          sigc::bind(                          sigc::bind(
95                              sigc::mem_fun(m_settings, &Settings::onPropertyChanged),                              sigc::mem_fun(*m_settings, &Settings::onPropertyChanged),
96                              m_group                              m_group
97                          ),                          ),
98                          type                          type

Legend:
Removed from v.3460  
changed lines
  Added in v.3461

  ViewVC Help
Powered by ViewVC