summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-24 16:11:18 +0000
committerDavid Robillard <d@drobilla.net>2008-01-24 16:11:18 +0000
commit361f21b9e1f59bd602d0e1ed8b80f726605995be (patch)
tree6cd62d39f136839e1744c1b8b3ca20275d7c4d28 /src/slv2_internal.h
parent6c3ab050cfbbbd80dd795643dcf65e6c5915dec4 (diff)
downloadlilv-361f21b9e1f59bd602d0e1ed8b80f726605995be.tar.gz
lilv-361f21b9e1f59bd602d0e1ed8b80f726605995be.tar.bz2
lilv-361f21b9e1f59bd602d0e1ed8b80f726605995be.zip
Make SLV2 UI class interface match ports.
git-svn-id: http://svn.drobilla.net/lad/slv2@1112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h2
1 files changed, 1 insertions, 1 deletions
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();