summaryrefslogtreecommitdiffstats
path: root/ingen/InstanceAccess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/InstanceAccess.hpp')
-rw-r--r--ingen/InstanceAccess.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/InstanceAccess.hpp b/ingen/InstanceAccess.hpp
index c1d9dcbe..a93edc66 100644
--- a/ingen/InstanceAccess.hpp
+++ b/ingen/InstanceAccess.hpp
@@ -32,9 +32,9 @@ namespace Ingen {
struct InstanceAccess : public Ingen::LV2Features::Feature
{
- const char* uri() const { return "http://lv2plug.in/ns/ext/instance-access"; }
+ const char* uri() const override { return "http://lv2plug.in/ns/ext/instance-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>();