mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
32bit compatibility
This commit is contained in:
parent
c31bbd636b
commit
2f94e2de23
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class LIBARDOUR_API PresentationInfo
|
|||
Hidden = 0x8000,
|
||||
|
||||
/* single bit indicates that the group order is set */
|
||||
GroupOrderSet = 0x100000000,
|
||||
GroupOrderSet = 0x10000000,
|
||||
|
||||
/* Masks */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue