summaryrefslogtreecommitdiffstats
path: root/ingen/DataAccess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/DataAccess.hpp')
-rw-r--r--ingen/DataAccess.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/DataAccess.hpp b/ingen/DataAccess.hpp
index 88655817..cabb5345 100644
--- a/ingen/DataAccess.hpp
+++ b/ingen/DataAccess.hpp
@@ -39,9 +39,9 @@ struct DataAccess : public Ingen::LV2Features::Feature
delete feature;
}
- const char* uri() const { return "http://lv2plug.in/ns/ext/data-access"; }
+ const char* uri() const override { return "http://lv2plug.in/ns/ext/data-access"; }
- SPtr<LV2_Feature> feature(World* world, Node* node) {
+ SPtr<LV2_Feature> feature(World* world, Node* node) override {
Node* store_node = world->store()->get(node->path());
if (!store_node) {
return SPtr<LV2_Feature>();