mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
replaced slot() with mem_fun() and ptr_fun().
git-svn-id: svn://localhost/trunk/ardour2@29 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e493b2b7c4
commit
d38e2213d7
72 changed files with 1637 additions and 1637 deletions
|
|
@ -366,7 +366,7 @@ Marker::Marker (PublicEditor& ed, GtkCanvasGroup *parent, guint32 rgba, const st
|
|||
gtk_object_set_data (GTK_OBJECT(group), "marker", this);
|
||||
gtk_signal_connect (GTK_OBJECT(group), "event", (GtkSignalFunc) callback, &editor);
|
||||
|
||||
editor.ZoomChanged.connect (slot (*this, &Marker::reposition));
|
||||
editor.ZoomChanged.connect (mem_fun(*this, &Marker::reposition));
|
||||
}
|
||||
|
||||
Marker::~Marker ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue