compilation

pull/1855/head
Anatoly Baksheev 12 years ago
parent f9ca6cfd22
commit f62ffa2aea
  1. 2
      modules/highgui/src/cap_openni.cpp

@ -152,7 +152,7 @@ public:
task = new( tbb::task::allocate_root() ) TBBApproximateSynchronizerTask( *this );
tbb::task::enqueue(*task);
#else
task->reset( new ApproximateSynchronizer( *this ) );
task.reset( new ApproximateSynchronizer( *this ) );
#endif
}

Loading…
Cancel
Save