mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
objdetect: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -997,7 +997,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