compile fixes

This commit is contained in:
Erwin Coumans
2017-07-29 13:40:03 +02:00
parent d28dd2f80a
commit c67a70cb09
2 changed files with 15 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ SIMD_FORCE_INLINE bool btMutexTryLock( btSpinMutex* mutex )
class btIParallelForBody
{
public:
virtual ~btIParallelForBody() {}
virtual void forLoop( int iBegin, int iEnd ) const = 0;
};