X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsimple_progress_dialog.h;h=c05668b07d2eb3ffd404d6db203397fb3d9d138e;hb=2750f7f485c59413a84e042fd62bfced54046edf;hp=494bf12296123a943cbc32c2c936589d7c1e8634;hpb=eb1e423b7521d4c277c11a884113f40e7406ade8;p=ardour.git 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;