From 7548c7fe2cfbb3cc1a55cb42c3c2e12462f8a3f2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 6 Jun 2010 03:26:31 -0400 Subject: Corrected a typename visibility issue --- src/times.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/times.h') 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; -- cgit v1.2.3