diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 6bbc291..c54c987 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -151,7 +151,7 @@ typedef struct { LilvNode* input_class; ///< Input port class (URI) LilvNode* label_pred; ///< rdfs:label LilvNode* midi_class; ///< MIDI event class (URI) - LilvNode* msg_port_class; ///< Atom event port class (URI) + LilvNode* atom_port_class; ///< Atom event port class (URI) LilvNode* optional; ///< lv2:connectionOptional port property LilvNode* output_class; ///< Output port class (URI) LilvNode* preset_class; ///< Preset class (URI) |