1
0
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:
Alexander Alekhin
2018-03-15 16:16:57 +03:00
parent 1060c0f439
commit 3314966acb
5 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -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()