mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -294,7 +294,7 @@ ExportDialog::show_progress ()
|
|||
warning_widget.hide_all();
|
||||
progress_widget.show ();
|
||||
progress_widget.show_all_children ();
|
||||
progress_connection = Glib::signal_timeout().connect (mem_fun(*this, &ExportDialog::progress_timeout), 100);
|
||||
progress_connection = Glib::signal_timeout().connect (sigc::mem_fun(*this, &ExportDialog::progress_timeout), 100);
|
||||
|
||||
gtk_main_iteration ();
|
||||
while (status->running) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue