mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixing some static analysis issues
This commit is contained in:
@@ -115,7 +115,7 @@ DTreesImpl::WorkData::WorkData(const Ptr<TrainData>& _data)
|
||||
maxSubsetSize = 0;
|
||||
}
|
||||
|
||||
DTreesImpl::DTreesImpl() {}
|
||||
DTreesImpl::DTreesImpl() : _isClassifier(false) {}
|
||||
DTreesImpl::~DTreesImpl() {}
|
||||
void DTreesImpl::clear()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user