disambiguate another use of Rect on OS X
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Jun 2014 19:48:30 +0000 (15:48 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Jun 2014 19:48:30 +0000 (15:48 -0400)
gtk2_ardour/editor_canvas_events.cc

index be2b5c3de7431802ea0a13006a896111b77f9e56..2f4fe40bcde770c75bc0e273f6cb2de19e118cef 100644 (file)
@@ -163,7 +163,7 @@ bool
 Editor::canvas_scroll_event (GdkEventScroll *event, bool from_canvas)
 {
        if (from_canvas) {
-               boost::optional<Rect> rulers = _time_markers_group->bounding_box();
+               boost::optional<ArdourCanvas::Rect> rulers = _time_markers_group->bounding_box();
                if (rulers && rulers->contains (Duple (event->x, event->y))) {
                        return canvas_ruler_event ((GdkEvent*) event, timecode_ruler, TimecodeRulerItem);
                }