summaryrefslogtreecommitdiffstats
path: root/src/shared/ResourceImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ResourceImpl.cpp')
-rw-r--r--src/shared/ResourceImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/ResourceImpl.cpp b/src/shared/ResourceImpl.cpp
index af706e15..5d79ed9b 100644
--- a/src/shared/ResourceImpl.cpp
+++ b/src/shared/ResourceImpl.cpp
@@ -149,10 +149,10 @@ ResourceImpl::type(
} else if (atom == uris.lv2ev_EventPort) {
data_type = PortType::EVENTS;
port = true;
- } else if (atom == uris.aport_ValuePort) {
+ } else if (atom == uris.atom_ValuePort) {
data_type = PortType::VALUE;
port = true;
- } else if (atom == uris.aport_MessagePort) {
+ } else if (atom == uris.atom_MessagePort) {
data_type = PortType::MESSAGE;
port = true;
} else {