ladspa: Fix compiler warnings

This commit is contained in:
Sebastian Dröge 2010-03-22 13:50:30 +01:00
parent 8144fee47c
commit bd5ef2d21d

View file

@ -167,8 +167,8 @@ gst_ladspa_base_init (gpointer g_class)
/* get the rdf:type for this plugin */
query.subject = uri;
query.predicate = RDF_BASE "type";
query.object = "?";
query.predicate = (char *) RDF_BASE "type";
query.object = (char *) "?";
query.next = NULL;
uris = lrdf_match_multi (&query);
if (uris) {