From 200565b81542d1b0fde1a657b807646733f2508c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Feb 2007 00:17:15 +0000 Subject: Applied patch from Steve Harris, changes to work with new LV2 ontology port classes. git-svn-id: http://svn.drobilla.net/lad/slv2@291 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/port.h') diff --git a/slv2/port.h b/slv2/port.h index 8e5b006..7b1d98a 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -89,7 +89,7 @@ slv2_port_get_name(SLV2Plugin* plugin, /** Get the class (direction and rate) of a port. */ -enum SLV2PortClass +SLV2PortClass slv2_port_get_class(SLV2Plugin* plugin, SLV2PortID id); -- cgit v1.2.1