X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fparse-time-vrp.h;h=9fb1af609d975d13c71f1d3481203ba40be0ee23;hb=00cdfe10717020423870fdaf56e973db9aba9f5a;hp=c024dba2fed59035b4adcf57b0a5f04435efb3d7;hpb=045f0e455ac94e2393d0d729c9bbdf3459a4860f;p=notmuch diff --git a/lib/parse-time-vrp.h b/lib/parse-time-vrp.h index c024dba2..9fb1af60 100644 --- a/lib/parse-time-vrp.h +++ b/lib/parse-time-vrp.h @@ -32,14 +32,15 @@ protected: public: ParseTimeValueRangeProcessor (Xapian::valueno slot_) - : valno(slot_) { } + : valno (slot_) + { + } 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); + Xapian::Query operator() (const std::string & str); }; -#endif + #endif /* NOTMUCH_PARSE_TIME_VRP_H */