summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-27 01:37:53 +0000
committerDavid Robillard <d@drobilla.net>2010-10-27 01:37:53 +0000
commit62940482c29913124fc8f499994a345f76af17b5 (patch)
treeee161b9abbed09fe174a68b2bc999b7836dfbf87 /src/engine/PortImpl.cpp
parent5177aa485f28e40e087042c2b7292fb9a94e7a3c (diff)
downloadingen-62940482c29913124fc8f499994a345f76af17b5.tar.gz
ingen-62940482c29913124fc8f499994a345f76af17b5.tar.bz2
ingen-62940482c29913124fc8f499994a345f76af17b5.zip
Update for new Atom extension.
Add RDF read (parse) and RDF write (serialise) plugins. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2649 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/PortImpl.cpp')
-rw-r--r--src/engine/PortImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/PortImpl.cpp b/src/engine/PortImpl.cpp
index 60d2ea26..67699bd7 100644
--- a/src/engine/PortImpl.cpp
+++ b/src/engine/PortImpl.cpp
@@ -88,7 +88,7 @@ PortImpl::~PortImpl()
bool
PortImpl::supports(const Raul::URI& value_type) const
{
- return has_property(_bufs.uris().aport_supports, value_type);
+ return has_property(_bufs.uris().atom_supports, value_type);
}