mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fixes for GCC 4.3.
git-svn-id: svn://localhost/ardour2/branches/3.0@3303 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
38eb5f4539
commit
da45f489dd
40 changed files with 61 additions and 31 deletions
|
|
@ -1229,7 +1229,7 @@ RouteTimeAxisView::get_selectables (nframes_t start, nframes_t end, double top,
|
|||
nframes_t start_adjusted = session_frame_to_track_frame(start, speed);
|
||||
nframes_t end_adjusted = session_frame_to_track_frame(end, speed);
|
||||
|
||||
if (_view && ((top < 0.0 && bot < 0.0)) || touched (top, bot)) {
|
||||
if ((_view && ((top < 0.0 && bot < 0.0))) || touched (top, bot)) {
|
||||
_view->get_selectables (start_adjusted, end_adjusted, results);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue