fix compile issue/warning

This commit is contained in:
erwincoumans
2017-06-06 06:59:41 -07:00
parent fb6d623d24
commit 7b56db9f97
3 changed files with 4 additions and 3 deletions

View File

@@ -151,4 +151,4 @@ btITaskScheduler* btGetPPLTaskScheduler();
void btParallelFor( int iBegin, int iEnd, int grainSize, const btIParallelForBody& body );
#endif //BT_THREADS_H
#endif