diff options
Diffstat (limited to 'src/query.c')
-rw-r--r-- | src/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.c b/src/query.c index 9154990..0acd0d0 100644 --- a/src/query.c +++ b/src/query.c @@ -34,7 +34,7 @@ slv2_plugin_find_statements(SLV2Plugin plugin, SLV2Node object) { slv2_plugin_load_if_necessary(plugin); - SordTuple pat = { subject, predicate, object, NULL }; + SordQuad pat = { subject, predicate, object, NULL }; return sord_find(plugin->world->model, pat); } |