From 498458c046569e0a4ee972bcbbe78f3317b36f69 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 3 Dec 2018 20:56:26 -0500 Subject: [PATCH] another try at newer-boost::rational fixes --- gtk2_ardour/beatbox_gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/beatbox_gui.cc b/gtk2_ardour/beatbox_gui.cc index a21599c088..e95ab4ac48 100644 --- a/gtk2_ardour/beatbox_gui.cc +++ b/gtk2_ardour/beatbox_gui.cc @@ -896,7 +896,7 @@ StepView::motion_event (GdkEventMotion* ev) return false; } - double distance; + int distance; switch (sv.mode()) { case SequencerView::Timing: