eliminated some GCC 4.x warnings
This commit is contained in:
parent
9fae7aee5b
commit
5e5b29f92b
@ -356,6 +356,7 @@ namespace cv
|
||||
DTreeBestSplitFinder(){ tree = 0; node = 0; }
|
||||
DTreeBestSplitFinder( CvDTree* _tree, CvDTreeNode* _node);
|
||||
DTreeBestSplitFinder( const DTreeBestSplitFinder& finder, Split );
|
||||
virtual ~DTreeBestSplitFinder() {}
|
||||
virtual void operator()(const BlockedRange& range);
|
||||
void join( DTreeBestSplitFinder& rhs );
|
||||
Ptr<CvDTreeSplit> bestSplit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user