summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Info.hpp')
-rw-r--r--src/server/LV2Info.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/LV2Info.hpp b/src/server/LV2Info.hpp
index 17132bcc..76f98d4e 100644
--- a/src/server/LV2Info.hpp
+++ b/src/server/LV2Info.hpp
@@ -42,8 +42,7 @@ public:
LilvNode* control_class;
LilvNode* cv_class;
LilvNode* audio_class;
- LilvNode* value_port_class;
- LilvNode* message_port_class;
+ LilvNode* atom_port_class;
Ingen::Shared::World& world() { return *_world; }
LilvWorld* lv2_world() { return _world->lilv_world(); }