--- a/src/glShared.h Sun May 08 16:26:16 2016 +0300 +++ b/src/glShared.h Sun May 08 20:12:54 2016 +0300 @@ -62,7 +62,7 @@ enum { - NumVbos = ENUM_LIMIT(SurfaceVboType, Count) * ENUM_LIMIT(ComplementVboType, Count), + NumVbos = EnumLimits<SurfaceVboType>::Count * EnumLimits<ComplementVboType>::Count }; #ifndef USE_QT5