From 6b6cb56b2ceab509569bfca247f108f2be5e25c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 19:55:13 +0000 Subject: Move Atom implementation out of Raul so it can depend on LV2. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/internals/Time.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/internals/Time.cpp') diff --git a/src/server/internals/Time.cpp b/src/server/internals/Time.cpp index 7fcbccbb..22e714b0 100644 --- a/src/server/internals/Time.cpp +++ b/src/server/internals/Time.cpp @@ -49,7 +49,7 @@ TimeNode::TimeNode(InternalPlugin* plugin, _notify_port = new OutputPort( bufs, this, Raul::Symbol("notify"), 0, 1, - PortType::ATOM, uris.atom_Sequence, Raul::Atom(), 1024); + PortType::ATOM, uris.atom_Sequence, Atom(), 1024); _notify_port->set_property(uris.lv2_name, bufs.forge().alloc("Notify")); _notify_port->set_property(uris.atom_supports, bufs.forge().make_urid(uris.time_Position)); -- cgit v1.2.1