1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +08:00

datasets: apply CV_OVERRIDE/CV_FINAL

This commit is contained in:
Alexander Alekhin
2018-03-21 16:58:04 +03:00
parent 8af62cd606
commit 55767bfcda
55 changed files with 143 additions and 121 deletions

View File

@@ -76,7 +76,7 @@ struct IR_robotObj : public Object
class CV_EXPORTS IR_robot : public Dataset
{
public:
virtual void load(const std::string &path) = 0;
virtual void load(const std::string &path) CV_OVERRIDE = 0;
static Ptr<IR_robot> create();
};