From a377fe171dd248f9418634f5f23d10a9440fd920 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 May 2010 04:22:46 +0000 Subject: Rename "object" extension "atom" extension. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2561 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2Info.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/LV2Info.cpp') diff --git a/src/engine/LV2Info.cpp b/src/engine/LV2Info.cpp index 2e57e9a2..34582282 100644 --- a/src/engine/LV2Info.cpp +++ b/src/engine/LV2Info.cpp @@ -18,7 +18,7 @@ #define __STDC_LIMIT_MACROS 1 #include #include -#include "object.lv2/object.h" +#include "atom.lv2/atom.h" #include "LV2Info.hpp" #include "module/World.hpp" #include "LV2Features.hpp" @@ -36,8 +36,8 @@ LV2Info::LV2Info(Ingen::Shared::World* world) , control_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_CONTROL)) , audio_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_AUDIO)) , event_class(slv2_value_new_uri(world->slv2_world(), SLV2_PORT_CLASS_EVENT)) - , value_port_class(slv2_value_new_uri(world->slv2_world(), LV2_OBJECT_URI "#ValuePort")) - , message_port_class(slv2_value_new_uri(world->slv2_world(), LV2_OBJECT_URI "#MessagePort")) + , value_port_class(slv2_value_new_uri(world->slv2_world(), LV2_ATOM_URI "#ValuePort")) + , message_port_class(slv2_value_new_uri(world->slv2_world(), LV2_ATOM_URI "#MessagePort")) , _world(world) { assert(world); -- cgit v1.2.1