[generator] Add forgotten override.

This commit is contained in:
tatiana-yan 2019-09-03 18:55:33 +03:00 committed by Maksim Andrianov
parent bce10a5a82
commit 7a5f4100bd

View file

@ -24,7 +24,7 @@ public:
: m_dataset(dataset), m_features(features) {}
// FeatureProcessorInterface overrides:
virtual std::shared_ptr<FeatureProcessorInterface> Clone() const
virtual std::shared_ptr<FeatureProcessorInterface> Clone() const override
{
CHECK(false, ());
return {};