summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Options.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-03 17:12:00 +0000
committerDavid Robillard <d@drobilla.net>2013-02-03 17:12:00 +0000
commiteef993daeaedfdcde1d580d860843f06dc8b8892 (patch)
treeb6279dcfc0a87627de597a979c40e4448c6c470b /src/server/LV2Options.hpp
parent92ebdc5a6aa5c779821374c240a47e01718807a3 (diff)
downloadingen-eef993daeaedfdcde1d580d860843f06dc8b8892.tar.gz
ingen-eef993daeaedfdcde1d580d860843f06dc8b8892.tar.bz2
ingen-eef993daeaedfdcde1d580d860843f06dc8b8892.zip
Fix compilation with Clang 3.1.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5039 a436a847-0d15-0410-975c-d299462d15a1
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)