From 48dd5afaa57b5485297b9583a4124e9f444acd84 Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Fri, 2 Apr 2010 20:49:02 +0000 Subject: Make audiographer SndfileWriter use PBD::Signal and use it properly. Also make export graph stuff use boost::ptr_list (because of ScopedConnection non-copyability) git-svn-id: svn://localhost/ardour2/branches/3.0@6844 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_dialog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gtk2_ardour/export_dialog.h') diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h index 75511b5ad3..33a983062f 100644 --- a/gtk2_ardour/export_dialog.h +++ b/gtk2_ardour/export_dialog.h @@ -21,7 +21,7 @@ #ifndef __export_dialog_h__ #define __export_dialog_h__ -#include +#include #include "ardour/export_profile_manager.h" @@ -75,10 +75,10 @@ class ExportDialog : public ArdourDialog { // Must initialize all the shared_ptrs below virtual void init_components (); - boost::shared_ptr preset_selector; - boost::shared_ptr timespan_selector; - boost::shared_ptr channel_selector; - boost::shared_ptr file_notebook; + boost::scoped_ptr preset_selector; + boost::scoped_ptr timespan_selector; + boost::scoped_ptr channel_selector; + boost::scoped_ptr file_notebook; Gtk::VBox warning_widget; Gtk::VBox progress_widget; -- cgit v1.2.3