summaryrefslogtreecommitdiff
path: root/gtk2_ardour/simple_progress_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/simple_progress_dialog.h')
-rw-r--r--gtk2_ardour/simple_progress_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/simple_progress_dialog.h b/gtk2_ardour/simple_progress_dialog.h
index 494bf12296..c05668b07d 100644
--- a/gtk2_ardour/simple_progress_dialog.h
+++ b/gtk2_ardour/simple_progress_dialog.h
@@ -26,7 +26,7 @@ public:
get_vbox()->pack_start (*cancel_button, PACK_SHRINK);
}
- void update_progress (framecnt_t c, framecnt_t t) {
+ void update_progress (samplecnt_t c, samplecnt_t t) {
pbar->set_fraction ((float) c / (float) t);
// see also ARDOUR_UI::gui_idle_handler();
int timeout = 30;