globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / gtk2_ardour / simple_progress_dialog.h
index 494bf12296123a943cbc32c2c936589d7c1e8634..c05668b07d2eb3ffd404d6db203397fb3d9d138e 100644 (file)
@@ -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;