summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp
index 448e5c3f..71cfb239 100644
--- a/ingen/URIMap.hpp
+++ b/ingen/URIMap.hpp
@@ -53,9 +53,9 @@ public:
_feature.data = data;
}
- const char* uri() const { return _feature.URI; }
+ const char* uri() const override { return _feature.URI; }
- SPtr<LV2_Feature> feature(World*, Node*) {
+ SPtr<LV2_Feature> feature(World*, Node*) override {
return SPtr<LV2_Feature>(&_feature, NullDeleter<LV2_Feature>);
}