Use Stripable::Sorter in meterbridge
This commit is contained in:
@@ -108,7 +108,7 @@ private:
|
||||
/* everything comes before b */
|
||||
return true;
|
||||
}
|
||||
return a->presentation_info().order() < b->presentation_info().order();
|
||||
return ARDOUR::Stripable::Sorter (true) (a, b);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user