From 361f21b9e1f59bd602d0e1ed8b80f726605995be Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Jan 2008 16:11:18 +0000 Subject: Make SLV2 UI class interface match ports. git-svn-id: http://svn.drobilla.net/lad/slv2@1112 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 40677e7..06c432d 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -178,7 +178,7 @@ struct _SLV2UI { librdf_uri* uri; librdf_uri* bundle_uri; librdf_uri* binary_uri; - SLV2Values types; + SLV2Values classes; }; SLV2UIs slv2_uis_new(); -- cgit v1.2.1