forked from organicmaps/organicmaps
[generator] Add forgotten override.
This commit is contained in:
parent
bce10a5a82
commit
7a5f4100bd
1 changed files with 1 additions and 1 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Reference in a new issue