X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=database-private.h;h=a5cca5a4d67b911a319e8af9df63d3d22335965e;hp=b894717e1f0a746a14779a3bc193506ebf05b33c;hb=ef944693c354eb1e7ec6c578a0f4c14616fc6d60;hpb=466a7bbf620e4bf1b57097a6d3c474159c475b6d;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