diff options
Diffstat (limited to 'extensions/common/features/base_feature_provider.h')
-rw-r--r-- | extensions/common/features/base_feature_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/common/features/base_feature_provider.h b/extensions/common/features/base_feature_provider.h index 3b766c8..0d61292 100644 --- a/extensions/common/features/base_feature_provider.h +++ b/extensions/common/features/base_feature_provider.h @@ -35,7 +35,7 @@ class BaseFeatureProvider : public FeatureProvider { Feature* GetParent(Feature* feature) const override; std::vector<Feature*> GetChildren(const Feature& parent) const override; - const std::vector<std::string>& GetAllFeatureNames() const override; + const FeatureMap& GetAllFeatures() const override; private: std::map<std::string, scoped_ptr<Feature>> features_; |