summaryrefslogtreecommitdiffstats
path: root/include/ingen/InstanceAccess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/InstanceAccess.hpp')
-rw-r--r--include/ingen/InstanceAccess.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ingen/InstanceAccess.hpp b/include/ingen/InstanceAccess.hpp
index e108d7d5..b3fcff35 100644
--- a/include/ingen/InstanceAccess.hpp
+++ b/include/ingen/InstanceAccess.hpp
@@ -28,8 +28,7 @@
namespace ingen {
-struct InstanceAccess : public ingen::LV2Features::Feature
-{
+struct InstanceAccess : public ingen::LV2Features::Feature {
const char* uri() const override { return "http://lv2plug.in/ns/ext/instance-access"; }
std::shared_ptr<LV2_Feature> feature(World& world, Node* node) override {