X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsession_import_dialog.h;h=ebfd49f8c975ce6d519ae5000d06c24fde5624fa;hb=aae367b63c9b619db1e40f27dc334c6987219481;hp=01cbb6c0cccb4f4ce8e4e2fdec040a3bf7908d5a;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/session_import_dialog.h b/gtk2_ardour/session_import_dialog.h index 01cbb6c0cc..ebfd49f8c9 100644 --- a/gtk2_ardour/session_import_dialog.h +++ b/gtk2_ardour/session_import_dialog.h @@ -93,6 +93,8 @@ class SessionImportDialog : public ArdourDialog Gtk::Button* ok_button; Gtk::Button* cancel_button; + + PBD::ScopedConnectionList connections; }; #endif