summaryrefslogtreecommitdiff
path: root/boost/date_time/time_resolution_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/time_resolution_traits.hpp')
-rw-r--r--boost/date_time/time_resolution_traits.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/boost/date_time/time_resolution_traits.hpp b/boost/date_time/time_resolution_traits.hpp
index 37785d0e68..3b6134cf1c 100644
--- a/boost/date_time/time_resolution_traits.hpp
+++ b/boost/date_time/time_resolution_traits.hpp
@@ -68,16 +68,16 @@ namespace date_time {
typename frac_sec_type::int_type resolution_adjust,
#endif
unsigned short frac_digits,
- typename v_type = boost::int32_t >
+ typename var_type = boost::int32_t >
class time_resolution_traits {
public:
typedef typename frac_sec_type::int_type fractional_seconds_type;
typedef typename frac_sec_type::int_type tick_type;
typedef typename frac_sec_type::impl_type impl_type;
- typedef v_type day_type;
- typedef v_type hour_type;
- typedef v_type min_type;
- typedef v_type sec_type;
+ typedef var_type day_type;
+ typedef var_type hour_type;
+ typedef var_type min_type;
+ typedef var_type sec_type;
// bring in function from frac_sec_type traits structs
static fractional_seconds_type as_number(impl_type i)