summaryrefslogtreecommitdiff
path: root/times.cc
diff options
context:
space:
mode:
Diffstat (limited to 'times.cc')
-rw-r--r--times.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/times.cc b/times.cc
index cfc7ae1b..b5ff92ec 100644
--- a/times.cc
+++ b/times.cc
@@ -31,7 +31,7 @@ moment_t parse_datetime(std::istream& in)
#if 0
return parse_abs_datetime(in);
#else
- std::string word;
+ string word;
if (! in.good() || in.eof())
return moment_t();