From 2f94e2de233644693bd0681148ad7f8ef10867bb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 1 Jun 2016 04:29:08 +0200 Subject: 32bit compatibility --- libs/ardour/ardour/presentation_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/presentation_info.h') diff --git a/libs/ardour/ardour/presentation_info.h b/libs/ardour/ardour/presentation_info.h index 465371005b..f12de944c7 100644 --- a/libs/ardour/ardour/presentation_info.h +++ b/libs/ardour/ardour/presentation_info.h @@ -136,7 +136,7 @@ class LIBARDOUR_API PresentationInfo Hidden = 0x8000, /* single bit indicates that the group order is set */ - GroupOrderSet = 0x100000000, + GroupOrderSet = 0x10000000, /* Masks */ -- cgit v1.2.3