Boring changes - ml.

This commit is contained in:
Roman Donchenko
2013-08-13 17:35:25 +04:00
parent 1eacb485c5
commit 345bc633cc
3 changed files with 13 additions and 13 deletions

View File

@@ -126,7 +126,7 @@ void ForestTreeBestSplitFinder::operator()(const BlockedRange& range)
}
if( res && bestSplit->quality < split->quality )
memcpy( (CvDTreeSplit*)bestSplit, (CvDTreeSplit*)split, splitSize );
memcpy( bestSplit.get(), split.get(), splitSize );
}
}
}