From 6decb7ad1ac96a38e69580b1f79c64e62849ad89 Mon Sep 17 00:00:00 2001 From: nicolaichuk Date: Thu, 23 Mar 2017 14:23:13 +0300 Subject: [PATCH] fix define call --- src/BulletInverseDynamics/IDConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BulletInverseDynamics/IDConfig.hpp b/src/BulletInverseDynamics/IDConfig.hpp index 08bbdcb70..000cdc58a 100644 --- a/src/BulletInverseDynamics/IDConfig.hpp +++ b/src/BulletInverseDynamics/IDConfig.hpp @@ -78,7 +78,7 @@ struct idArray { typedef b3AlignedObjectArray type; }; typedef int idArrayIdx; -#define ID_DECLARE_ALIGNED_ALLOCATOR B3_DECLARE_ALIGNED_ALLOCATOR +#define ID_DECLARE_ALIGNED_ALLOCATOR() B3_DECLARE_ALIGNED_ALLOCATOR() // use bullet's allocator functions #define idMalloc btAllocFunc