summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-10 11:00:15 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-10 11:00:15 -0400
commiteca6c9f998feb70c606577f33446c907e0749c73 (patch)
tree0a51c451cf086aa338d37696e7cfef345e9e7bed /gtk2_ardour
parent107e0d6d02333cd9947ddba4120af95175e5643e (diff)
remove ambiguous use of Rect (on OS X)
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_drag.cc2
1 files changed, 1 insertions, 1 deletions
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