fix feedback loop while track resizing
[ardour.git] / gtk2_ardour / export_session_dialog.h
index 5aeec4ad10bdd76d9e8424111c09b57b3c9bcdc4..a6e118fc854b7f31045f67fd3c71e614b6131a0f 100644 (file)
@@ -30,7 +30,7 @@ class ExportSessionDialog : public ExportDialog
        void set_range (nframes_t start, nframes_t end);
   
   protected:
-       void export_audio_data();
+       void export_data();
 };