From f95cf059a72e6185c4d72696e0620a673c3683cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Aug 2007 23:46:09 +0000 Subject: Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SLV2PortDataType. Fixed autoconf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@682 a436a847-0d15-0410-975c-d299462d15a1 --- utils/lv2_inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lv2_inspect.c') diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index 26c4cf5..abe0234 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -44,7 +44,7 @@ print_port(SLV2Plugin p, uint32_t index) printf("Unknown"); } - SLV2PortType type = slv2_port_get_type(p, port); + SLV2PortDataType type = slv2_port_get_data_type(p, port); printf("\n\t\tType: "); switch (type) { -- cgit v1.2.1