Translations from Petter, now in the correct branch. Now only for €19.99.
[ardour.git] / gtk2_ardour / export_region_dialog.h
index a0457b7331669130890a4e46e62b3fc66c69b5fc..95c721bed0599743c70027165aaead96befad925 100644 (file)
@@ -33,10 +33,10 @@ class ExportRegionDialog : public ExportDialog
        void export_region ();
 
   protected:
-       void export_audio_data();
+       void export_data();
   
   private:
-       boost::shared_ptr<ARDOUR::AudioRegion> audio_region;
+       boost::shared_ptr<ARDOUR::Region> region;
 };