(from 2.x) make sure that F4 is bound to the real separate action, not the Separate...
[ardour.git] / gtk2_ardour / latency_gui.cc
index 73b6bf1a3070727829139e7a4620aa754b5913f8..d7c0be840f38cb5fea6b299d41fbbc63841bb925 100644 (file)
@@ -25,7 +25,7 @@ static const gchar *_unit_strings[] = {
 std::vector<std::string> LatencyGUI::unit_strings;
 
 std::string
-LatencyBarController::get_label (int&)
+LatencyBarController::get_label (double&)
 {
        double const nframes = _latency_gui->adjustment.get_value();
        std::stringstream s;