summaryrefslogtreecommitdiff
path: root/boost/date_time/posix_time/posix_time_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/posix_time/posix_time_config.hpp')
-rw-r--r--boost/date_time/posix_time/posix_time_config.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/date_time/posix_time/posix_time_config.hpp b/boost/date_time/posix_time/posix_time_config.hpp
index 716f5e650f..60b34683fd 100644
--- a/boost/date_time/posix_time/posix_time_config.hpp
+++ b/boost/date_time/posix_time/posix_time_config.hpp
@@ -6,7 +6,7 @@
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* Author: Jeff Garland, Bart Garst
- * $Date: 2009-06-04 04:52:28 -0700 (Thu, 04 Jun 2009) $
+ * $Date$
*/
#include <cstdlib> //for MCW 7.2 std::abs(long long)
@@ -81,7 +81,7 @@ namespace posix_time {
{}
//Give duration access to ticks constructor -- hide from users
friend class date_time::time_duration<time_duration, time_res_traits>;
- private:
+ protected:
explicit time_duration(impl_type tick_count) :
date_time::time_duration<time_duration, time_res_traits>(tick_count)
{}