1
0
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:
Alexander Alekhin
2018-03-15 16:16:57 +03:00
parent 1060c0f439
commit 3314966acb
5 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -997,7 +997,7 @@ public:
mtx = _mtx;
}
void operator()(const Range& range) const
void operator()(const Range& range) const CV_OVERRIDE
{
CV_INSTRUMENT_REGION()