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:
@@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user