mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
objdetect: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -957,7 +957,7 @@ public:
|
||||
mtx = _mtx;
|
||||
}
|
||||
|
||||
void operator()( const Range& range ) const
|
||||
void operator()(const Range& range) const CV_OVERRIDE
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
@@ -1137,7 +1137,7 @@ public:
|
||||
mtx = _mtx;
|
||||
}
|
||||
|
||||
void operator()( const Range& range ) const
|
||||
void operator()(const Range& range) const CV_OVERRIDE
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user