mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Use Stripable::Sorter in meterbridge
This commit is contained in:
parent
583a7a41e8
commit
0f3ee7c049
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ private:
|
||||||
/* everything comes before b */
|
/* everything comes before b */
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return a->presentation_info().order() < b->presentation_info().order();
|
return ARDOUR::Stripable::Sorter (true) (a, b);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue