mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
Use fixed size type for Playlist sort id as it is serialized
This commit is contained in:
parent
da8146f011
commit
e097e0511f
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ public:
|
|||
PBD::ScopedConnectionList region_state_changed_connections;
|
||||
PBD::ScopedConnectionList region_drop_references_connections;
|
||||
DataType _type;
|
||||
int _sort_id;
|
||||
uint32_t _sort_id;
|
||||
mutable gint block_notifications;
|
||||
mutable gint ignore_state_changes;
|
||||
std::set<boost::shared_ptr<Region> > pending_adds;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue