mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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
|
|
@ -124,6 +124,6 @@ Editor::kbd_do_brush (GdkEvent *ev)
|
|||
void
|
||||
Editor::kbd_brush ()
|
||||
{
|
||||
kbd_driver (mem_fun(*this, &Editor::kbd_do_brush), true, true, false);
|
||||
kbd_driver (sigc::mem_fun(*this, &Editor::kbd_do_brush), true, true, false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue