diff options
Diffstat (limited to 'src/engine/LV2Info.hpp')
-rw-r--r-- | src/engine/LV2Info.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index a0e20988..386eb057 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -36,7 +36,7 @@ namespace Shared { class Node; } */ class LV2Info { public: - LV2Info(Ingen::Shared::World* world); + explicit LV2Info(Ingen::Shared::World* world); ~LV2Info(); SLV2Value input_class; |