summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_video_dialog.h')
-rw-r--r--gtk2_ardour/export_video_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_video_dialog.h b/gtk2_ardour/export_video_dialog.h
index 6e9b00558e..12c75ec141 100644
--- a/gtk2_ardour/export_video_dialog.h
+++ b/gtk2_ardour/export_video_dialog.h
@@ -88,7 +88,7 @@ private:
bool _normalize;
void finished ();
- void update_progress (ARDOUR::framecnt_t, ARDOUR::framecnt_t);
+ void update_progress (ARDOUR::samplecnt_t, ARDOUR::samplecnt_t);
boost::shared_ptr<ARDOUR::ExportStatus> status;
sigc::connection audio_progress_connection;