First appearance of MIDI edit tool bar. Toggles when delete held, but otherwise...
[ardour.git] / gtk2_ardour / export_region_dialog.h
index e8afe97d6b188416ffb86f98e635f93b669843b0..a0457b7331669130890a4e46e62b3fc66c69b5fc 100644 (file)
@@ -27,7 +27,7 @@
 class ExportRegionDialog : public ExportDialog
 {
   public:
-       ExportRegionDialog (PublicEditor&, ARDOUR::Region*);
+       ExportRegionDialog (PublicEditor&, boost::shared_ptr<ARDOUR::Region>);
  
        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<ARDOUR::AudioRegion> audio_region;
 };