superres: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -97,8 +97,8 @@ namespace cv
|
||||
|
||||
@param frame Output result
|
||||
*/
|
||||
void nextFrame(OutputArray frame);
|
||||
void reset();
|
||||
void nextFrame(OutputArray frame) CV_OVERRIDE;
|
||||
void reset() CV_OVERRIDE;
|
||||
|
||||
/** @brief Clear all inner buffers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user