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; optional month; optional day;