X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_region_dialog.h;h=a0457b7331669130890a4e46e62b3fc66c69b5fc;hb=430bc18ba29ca4cb0d60fc9da53c88661b690920;hp=e8afe97d6b188416ffb86f98e635f93b669843b0;hpb=79986643c0c904f6574bb5323e2233a43a9e622e;p=ardour.git diff --git a/gtk2_ardour/export_region_dialog.h b/gtk2_ardour/export_region_dialog.h index e8afe97d6b..a0457b7331 100644 --- a/gtk2_ardour/export_region_dialog.h +++ b/gtk2_ardour/export_region_dialog.h @@ -27,7 +27,7 @@ class ExportRegionDialog : public ExportDialog { public: - ExportRegionDialog (PublicEditor&, ARDOUR::Region*); + ExportRegionDialog (PublicEditor&, boost::shared_ptr); static void* _export_region_thread (void *); void export_region (); @@ -36,7 +36,7 @@ class ExportRegionDialog : public ExportDialog void export_audio_data(); private: - ARDOUR::AudioRegion* audio_region; + boost::shared_ptr audio_region; };