From 82c562ba4a8b1a931aa5017e8c8950e2562a8694 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Aug 2011 16:47:54 +0000 Subject: Fix incorrect #define name in documentation (fix #748). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3434 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index b5a84e7..bbf64de 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -977,7 +977,7 @@ lilv_port_get_classes(const LilvPlugin* plugin, Determine if a port is of a given class (input, output, audio, etc). For convenience/performance/extensibility reasons, hosts are expected to create a LilvNode for each port class they "care about". Well-known type - URI strings are defined (e.g. LILV_PORT_CLASS_INPUT) for convenience, but + URI strings are defined (e.g. LILV_URI_INPUT_PORT) for convenience, but this function is designed so that Lilv is usable with any port types without requiring explicit support in Lilv. */ -- cgit v1.2.1