From 086ea40d9993f2ac86941a0462dabbd7f18d58f3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 00:00:49 +0000 Subject: We now compile with boost_date_time (although parts of the code have been stubbed out as a result). --- xpath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpath.cc') diff --git a/xpath.cc b/xpath.cc index 2c87f587..66880b5a 100644 --- a/xpath.cc +++ b/xpath.cc @@ -158,7 +158,7 @@ void xpath_t::token_t::next(std::istream& in, unsigned short flags) length++; interval_t timespan(buf); kind = VALUE; - value = timespan.first(); + value = timespan.next(); } else { kind = LBRACKET; } -- cgit v1.2.3