From 3f6d53e423bd809b9c8ae807d28c61e99ce0a2f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 12:52:58 -0500 Subject: Make single parameter destructors explicit --- ingen/LV2Features.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/LV2Features.hpp') 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; } -- cgit v1.2.1