mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
core: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
tdist2(tdist2_), data(data_), dist(dist_), ci(ci_)
|
||||
{ }
|
||||
|
||||
void operator()( const cv::Range& range ) const
|
||||
void operator()( const cv::Range& range ) const CV_OVERRIDE
|
||||
{
|
||||
CV_TRACE_FUNCTION();
|
||||
const int begin = range.start;
|
||||
@@ -171,7 +171,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void operator()( const Range& range ) const
|
||||
void operator()(const Range& range) const CV_OVERRIDE
|
||||
{
|
||||
CV_TRACE_FUNCTION();
|
||||
const int begin = range.start;
|
||||
|
||||
Reference in New Issue
Block a user