summaryrefslogtreecommitdiff
path: root/libs/thread/example/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/thread/example/thread.cpp')
-rw-r--r--libs/thread/example/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/thread/example/thread.cpp b/libs/thread/example/thread.cpp
index c21a3b5ea8..09aa05a0cd 100644
--- a/libs/thread/example/thread.cpp
+++ b/libs/thread/example/thread.cpp
@@ -14,7 +14,7 @@ struct thread_alarm
void operator()()
{
boost::xtime xt;
- boost::xtime_get(&xt, boost::TIME_UTC);
+ boost::xtime_get(&xt, boost::TIME_UTC_);
xt.sec += m_secs;
boost::thread::sleep(xt);