extend strict-i/o to include route outputs.
[ardour.git] / gtk2_ardour / export_dialog.h
index 315780750e6c9813c066502dcdcd5f68465d2b2d..54446b7d1b0185303f4f8ed60f46af9b42f32397 100644 (file)
@@ -44,7 +44,7 @@ namespace ARDOUR {
 class ExportTimespanSelector;
 class ExportChannelSelector;
 
-class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList 
+class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList
 {
 
   public:
@@ -81,7 +81,8 @@ class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList
        boost::scoped_ptr<ExportTimespanSelector> timespan_selector;
        boost::scoped_ptr<ExportChannelSelector>  channel_selector;
        boost::scoped_ptr<ExportFileNotebook>     file_notebook;
-       boost::scoped_ptr<SoundcloudExportSelector> soundcloud_selector;
+
+       boost::shared_ptr<SoundcloudExportSelector> soundcloud_selector;
 
        Gtk::VBox                                 warning_widget;
        Gtk::VBox                                 progress_widget;