diff options
Diffstat (limited to 'src/engine/LV2Info.hpp')
-rw-r--r-- | src/engine/LV2Info.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index 76dfefa7..2a63f983 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -51,6 +51,7 @@ public: SLV2Value audio_class; SLV2Value event_class; SLV2Value value_port_class; + SLV2Value message_port_class; Ingen::Shared::World& world() { return *_world; } SLV2World lv2_world() { return _world->slv2_world; } |