diff --git a/libs/surfaces/push2/level_meter.cc b/libs/surfaces/push2/level_meter.cc index 2627056cfb..23fbfab1d6 100644 --- a/libs/surfaces/push2/level_meter.cc +++ b/libs/surfaces/push2/level_meter.cc @@ -485,7 +485,7 @@ LevelMeter::setup_meters (int len, int initial_width, int thin_width) } } - _meter_packer->set (Rect (0., 0., total_width, total_height)); + _meter_packer->set (ArdourCanvas::Rect (0., 0., total_width, total_height)); _meter_packer->size_allocate (_meter_packer->get()); _visible_meter_type = meter_type;