diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ class session_t : public xml::xpath_t::scope_t bool verbose_mode; bool trace_mode; - ptime now; + moment_t now; elision_style_t elision_style; |