summaryrefslogtreecommitdiffstats
path: root/ingen/LV2Features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r--ingen/LV2Features.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp
index 91e57dc6..f8006fc4 100644
--- a/ingen/LV2Features.hpp
+++ b/ingen/LV2Features.hpp
@@ -53,7 +53,7 @@ protected:
class EmptyFeature : public Feature {
public:
- EmptyFeature(const char* uri) : _uri(uri) {}
+ explicit EmptyFeature(const char* uri) : _uri(uri) {}
const char* uri() const override { return _uri; }