only enable Wavefront obj support for URDF when ENABLE_URDF_OBJ is defined.

add destructor for SampleJob1
This commit is contained in:
Erwin Coumans
2016-03-01 09:15:55 -08:00
parent f90ba2eff9
commit d70132a901
3 changed files with 7 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ struct SampleJob1 : public SampleJobInterface
m_jobId(jobId)
{
}
virtual ~SampleJob1() {}
virtual void executeJob(int threadIndex)
{
printf("start SampleJob1 %d using threadIndex %d\n",m_jobId,threadIndex);