Commit 5e5b29f9 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

eliminated some GCC 4.x warnings

parent 9fae7aee
...@@ -356,6 +356,7 @@ namespace cv ...@@ -356,6 +356,7 @@ namespace cv
DTreeBestSplitFinder(){ tree = 0; node = 0; } DTreeBestSplitFinder(){ tree = 0; node = 0; }
DTreeBestSplitFinder( CvDTree* _tree, CvDTreeNode* _node); DTreeBestSplitFinder( CvDTree* _tree, CvDTreeNode* _node);
DTreeBestSplitFinder( const DTreeBestSplitFinder& finder, Split ); DTreeBestSplitFinder( const DTreeBestSplitFinder& finder, Split );
virtual ~DTreeBestSplitFinder() {}
virtual void operator()(const BlockedRange& range); virtual void operator()(const BlockedRange& range);
void join( DTreeBestSplitFinder& rhs ); void join( DTreeBestSplitFinder& rhs );
Ptr<CvDTreeSplit> bestSplit; Ptr<CvDTreeSplit> bestSplit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment