summaryrefslogtreecommitdiffstats
path: root/src/LV2Features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LV2Features.cpp')
-rw-r--r--src/LV2Features.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/LV2Features.cpp b/src/LV2Features.cpp
index 122f794e..612cd9f7 100644
--- a/src/LV2Features.cpp
+++ b/src/LV2Features.cpp
@@ -47,6 +47,12 @@ LV2Features::FeatureArray::~FeatureArray()
free(_array);
}
+bool
+LV2Features::is_supported(const std::string& uri) const
+{
+ return false;
+}
+
SharedPtr<LV2Features::FeatureArray>
LV2Features::lv2_features(World* world, Node* node) const
{