Merge with 2.0-ongoing R3082.
[ardour.git] / gtk2_ardour / export_session_dialog.h
index 707989444a8d8366eb8b440b873716f409bdf06b..a6e118fc854b7f31045f67fd3c71e614b6131a0f 100644 (file)
@@ -27,10 +27,10 @@ class ExportSessionDialog : public ExportDialog
 {
   public:
        ExportSessionDialog (PublicEditor&);
-       void set_range (jack_nframes_t start, jack_nframes_t end);
+       void set_range (nframes_t start, nframes_t end);
   
   protected:
-       void export_audio_data();
+       void export_data();
 };