mirror of
https://github.com/opencv/opencv.git
synced 2025-01-22 17:43:12 +08:00
Merge pull request #5316 from mshabunin:fix-contrib-tests
This commit is contained in:
commit
894f922cfb
@ -238,7 +238,7 @@ public:
|
||||
}
|
||||
|
||||
SchedPtr() : sched_(0) {}
|
||||
~SchedPtr() { *this = 0; }
|
||||
~SchedPtr() {}
|
||||
};
|
||||
static SchedPtr pplScheduler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user