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 60b34683fd..996afcae59 100644
--- a/boost/date_time/posix_time/posix_time_config.hpp
+++ b/boost/date_time/posix_time/posix_time_config.hpp
@@ -54,7 +54,7 @@ namespace posix_time {
//! Base time duration type
/*! \ingroup time_basics
*/
- class time_duration :
+ class BOOST_SYMBOL_VISIBLE time_duration :
public date_time::time_duration<time_duration, time_res_traits>
{
public:
@@ -134,7 +134,7 @@ namespace posix_time {
}
};
- class posix_time_system_config
+ class BOOST_SYMBOL_VISIBLE posix_time_system_config
{
public:
typedef simple_time_rep time_rep_type;