mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
core: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -328,7 +328,7 @@ public:
|
||||
*ok = (func != NULL);
|
||||
}
|
||||
|
||||
void operator()( const cv::Range& range ) const
|
||||
void operator()( const cv::Range& range ) const CV_OVERRIDE
|
||||
{
|
||||
CV_DbgAssert(*ok);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user