From eca6c9f998feb70c606577f33446c907e0749c73 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 10 Jun 2014 11:00:15 -0400 Subject: [PATCH] remove ambiguous use of Rect (on OS X) --- gtk2_ardour/editor_drag.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index 17e14f4441..f1d879e32c 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -3649,7 +3649,7 @@ RubberbandSelectDrag::motion (GdkEvent* event, bool) /* translate rect into item space and set */ - Rect r (x1, y1, x2, y2); + ArdourCanvas::Rect r (x1, y1, x2, y2); /* this drag is a _trackview_only == true drag, so the y1 and * y2 (computed using current_pointer_y() and grab_y()) will be