X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=database-private.h;h=a5cca5a4d67b911a319e8af9df63d3d22335965e;hp=b894717e1f0a746a14779a3bc193506ebf05b33c;hb=65baa4f4e7fc401e5af742b491a3bc0784f2cdf7;hpb=6a3b68edeffa53c3e1c9aa156eff46c5999077c5;ds=sidebyside diff --git a/database-private.h b/database-private.h index b894717e..a5cca5a4 100644 --- a/database-private.h +++ b/database-private.h @@ -28,7 +28,7 @@ struct _notmuch_database { char *path; Xapian::WritableDatabase *xapian_db; - Xapian::TermGenerator *term_gen; + Xapian::QueryParser *query_parser; }; #endif