Add a missing namespace specifier

This commit is contained in:
John Emmas 2023-07-15 12:55:30 +01:00
parent cbaa335946
commit 35c04d0ee7
1 changed files with 1 additions and 1 deletions

View File

@ -7486,7 +7486,7 @@ VelocityLineDrag::start_grab (GdkEvent* ev, Gdk::Cursor* c)
}
void
VelocityLineDrag::point_added (Duple const & d, Rectangle const & r, double last_x)
VelocityLineDrag::point_added (Duple const & d, ArdourCanvas::Rectangle const & r, double last_x)
{
drag_did_change |= grv->line_draw_motion (d, r, last_x);
}