compilation
authorAnatoly Baksheev <no@email>
Sat, 30 Nov 2013 14:02:57 +0000 (18:02 +0400)
committerAnatoly Baksheev <no@email>
Sat, 7 Dec 2013 14:58:29 +0000 (18:58 +0400)
modules/highgui/src/cap_openni.cpp

index c509c1e..cc68a23 100644 (file)
@@ -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
     }