mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
make all use of bind/mem_fun be explicitly sigc::
git-svn-id: svn://localhost/ardour2/branches/3.0@6354 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d7de23db0f
commit
64dc5427e4
123 changed files with 2178 additions and 2186 deletions
|
|
@ -42,7 +42,7 @@ MidiPortDialog::MidiPortDialog ()
|
|||
|
||||
get_vbox()->pack_start (hpacker);
|
||||
|
||||
port_name.signal_activate().connect (mem_fun (*this, &MidiPortDialog::entry_activated));
|
||||
port_name.signal_activate().connect (sigc::mem_fun (*this, &MidiPortDialog::entry_activated));
|
||||
|
||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||
add_button (Stock::ADD, RESPONSE_ACCEPT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue