summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Options.hpp')
-rw-r--r--src/server/LV2Options.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/LV2Options.hpp b/src/server/LV2Options.hpp
index cc42d68c..6856fe28 100644
--- a/src/server/LV2Options.hpp
+++ b/src/server/LV2Options.hpp
@@ -28,7 +28,8 @@
namespace Ingen {
namespace Server {
-struct LV2Options : public Ingen::LV2Features::Feature {
+class LV2Options : public Ingen::LV2Features::Feature {
+public:
explicit LV2Options(Engine& engine)
: _block_length(0)
, _seq_size(0)