summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-05-04 04:37:32 +0000
committerDavid Robillard <d@drobilla.net>2010-05-04 04:37:32 +0000
commitbaddfc8f54b34585b19323516d2e48d4d8f33759 (patch)
treef383cb61f58cbf75d2f360abb9eab6a35ef105f2 /src/engine/PortImpl.cpp
parenta377fe171dd248f9418634f5f23d10a9440fd920 (diff)
downloadingen-baddfc8f54b34585b19323516d2e48d4d8f33759.tar.gz
ingen-baddfc8f54b34585b19323516d2e48d4d8f33759.tar.bz2
ingen-baddfc8f54b34585b19323516d2e48d4d8f33759.zip
LV2Object => LV2Atom.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2563 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/PortImpl.cpp')
-rw-r--r--src/engine/PortImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/PortImpl.cpp b/src/engine/PortImpl.cpp
index ebb358e5..af17c2aa 100644
--- a/src/engine/PortImpl.cpp
+++ b/src/engine/PortImpl.cpp
@@ -26,7 +26,7 @@
#include "BufferFactory.hpp"
#include "Engine.hpp"
#include "EventBuffer.hpp"
-#include "LV2Object.hpp"
+#include "LV2Atom.hpp"
#include "NodeImpl.hpp"
#include "ObjectBuffer.hpp"
#include "PortImpl.hpp"
@@ -227,7 +227,7 @@ PortImpl::broadcast_value(Context& context, bool force)
break;
case PortType::VALUE:
case PortType::MESSAGE:
- LV2Object::to_atom(_bufs.uris(), ((ObjectBuffer*)buffer(0).get())->atom(), val);
+ LV2Atom::to_atom(_bufs.uris(), ((ObjectBuffer*)buffer(0).get())->atom(), val);
break;
}