summaryrefslogtreecommitdiffstats
path: root/include/ingen/LV2Features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/LV2Features.hpp')
-rw-r--r--include/ingen/LV2Features.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/LV2Features.hpp b/include/ingen/LV2Features.hpp
index e00e869c..f61b9b85 100644
--- a/include/ingen/LV2Features.hpp
+++ b/include/ingen/LV2Features.hpp
@@ -64,7 +64,7 @@ public:
const char* _uri;
};
- class FeatureArray : public Raul::Noncopyable {
+ class FeatureArray : public raul::Noncopyable {
public:
using FeatureVector = std::vector<std::shared_ptr<LV2_Feature>>;