summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/times.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/times.h b/src/times.h
index 48a9dd2a..51cc8491 100644
--- a/src/times.h
+++ b/src/times.h
@@ -285,6 +285,7 @@ class date_specifier_t
{
friend class date_parser_t;
+public:
#if 0
typedef date_t::year_type year_type;
#else
@@ -294,6 +295,7 @@ class date_specifier_t
typedef date_t::day_type day_type;
typedef date_t::day_of_week_type day_of_week_type;
+protected:
optional<year_type> year;
optional<month_type> month;
optional<day_type> day;