X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fparse-time-vrp.h;fp=lib%2Fparse-time-vrp.h;h=9fb1af609d975d13c71f1d3481203ba40be0ee23;hp=e6138d05b4a5113718eb2047e84994505fb96344;hb=00cdfe10717020423870fdaf56e973db9aba9f5a;hpb=e02bb7e9fdbc96c66f32ce531509824f8afd4686 diff --git a/lib/parse-time-vrp.h b/lib/parse-time-vrp.h index e6138d05..9fb1af60 100644 --- a/lib/parse-time-vrp.h +++ b/lib/parse-time-vrp.h @@ -39,9 +39,8 @@ public: Xapian::valueno operator() (std::string &begin, std::string &end); }; -#if HAVE_XAPIAN_FIELD_PROCESSOR class DateFieldProcessor : public Xapian::FieldProcessor { Xapian::Query operator() (const std::string & str); }; -#endif + #endif /* NOTMUCH_PARSE_TIME_VRP_H */