From f62ffa2aea67ba1fbfe6806a8e54e04dbf0294ed Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Sat, 30 Nov 2013 18:02:57 +0400 Subject: [PATCH] compilation --- modules/highgui/src/cap_openni.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap_openni.cpp b/modules/highgui/src/cap_openni.cpp index c509c1e..cc68a23 100644 --- a/modules/highgui/src/cap_openni.cpp +++ b/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 } -- 2.7.4