Commit f62ffa2a authored by Anatoly Baksheev's avatar Anatoly Baksheev

compilation

parent f9ca6cfd
...@@ -152,7 +152,7 @@ public: ...@@ -152,7 +152,7 @@ public:
task = new( tbb::task::allocate_root() ) TBBApproximateSynchronizerTask( *this ); task = new( tbb::task::allocate_root() ) TBBApproximateSynchronizerTask( *this );
tbb::task::enqueue(*task); tbb::task::enqueue(*task);
#else #else
task->reset( new ApproximateSynchronizer( *this ) ); task.reset( new ApproximateSynchronizer( *this ) );
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment