Fixes build for android, mentioned in ticket #873

This commit is contained in:
Ethan Rublee 2011-02-11 02:34:24 +00:00
parent a5e17c2fbf
commit b541ce494d

View File

@ -1,7 +1,6 @@
#ifdef HAVE_TBB
#include "_lsvm_tbbversion.h" #include "_lsvm_tbbversion.h"
#ifdef HAVE_TBB
/* /*
// Task class // Task class
*/ */
@ -119,3 +118,4 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
return LATENT_SVM_OK; return LATENT_SVM_OK;
}; };
#endif #endif