mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Cleanups and a few comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@4374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
69ed2a3c27
commit
042997e5ed
28 changed files with 342 additions and 339 deletions
|
|
@ -268,10 +268,10 @@ struct RegionSortByTrack {
|
|||
|
||||
/* really, track and position */
|
||||
|
||||
if (a->get_trackview().order == b->get_trackview().order) {
|
||||
if (a->get_trackview().order() == b->get_trackview().order()) {
|
||||
return a->region()->position() < b->region()->position();
|
||||
} else {
|
||||
return a->get_trackview().order < b->get_trackview().order;
|
||||
return a->get_trackview().order() < b->get_trackview().order();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue