mu: use updated Query API
This commit is contained in:
@ -643,7 +643,7 @@ cmd_find (const MuConfig *opts, GError **err)
|
||||
{
|
||||
Mu::Store store{mu_runtime_path(MU_RUNTIME_PATH_XAPIANDB), true/*readonly*/};
|
||||
|
||||
return mu_cmd_find(reinterpret_cast<MuStore*>(&store), opts, err);
|
||||
return mu_cmd_find(store, opts, err);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user