diff options
Diffstat (limited to 'src/shared/LV2URIMap.hpp')
-rw-r--r-- | src/shared/LV2URIMap.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index d34be8f9..15ef4283 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -121,9 +121,9 @@ public: const Quark midi_controllerNumber; const Quark midi_event; const Quark midi_noteNumber; - const Quark aport_MessagePort; - const Quark aport_ValuePort; - const Quark aport_supports; + const Quark atom_MessagePort; + const Quark atom_ValuePort; + const Quark atom_supports; const Quark object_class_bool; const Quark object_class_float32; const Quark object_class_int32; |