1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 13:23:02 +04:00

misc: apply CV_OVERRIDE/CV_FINAL

This commit is contained in:
Alexander Alekhin
2018-03-15 16:17:06 +03:00
parent 2bd4f2c3a6
commit d7e9201434
2 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@ public:
{
}
virtual void operator ()(const Range& range) const
virtual void operator ()(const Range& range) const CV_OVERRIDE
{
for (int r = range.start; r < range.end; r++)
{