summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcoros.h
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2013-02-22 16:44:10 -0500
committerGeenz <geenz@geenzo.com>2013-02-22 16:44:10 -0500
commite14c438ab1eb4af2644d53ede2cfb489cb38f852 (patch)
tree8b4342b2af1381e59d65cb8f8c0a5538ba4c4006 /indra/llcommon/llcoros.h
parent4a935b68151f9d6951a1d1312a3437a8e8150f41 (diff)
parent98e02a5d76ccc044e72949965e84f0803ad0026c (diff)
Merged with latest cocoa-project-viewer.
Diffstat (limited to 'indra/llcommon/llcoros.h')
-rw-r--r--indra/llcommon/llcoros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h
index d75f28ec1a..03df406b68 100644
--- a/indra/llcommon/llcoros.h
+++ b/indra/llcommon/llcoros.h
@@ -29,7 +29,7 @@
#if ! defined(LL_LLCOROS_H)
#define LL_LLCOROS_H
-#include <boost/coroutine/coroutine.hpp>
+#include <boost/dcoroutine/coroutine.hpp>
#include "llsingleton.h"
#include <boost/ptr_container/ptr_map.hpp>
#include <string>
@@ -78,8 +78,8 @@
class LL_COMMON_API LLCoros: public LLSingleton<LLCoros>
{
public:
- /// Canonical boost::coroutines::coroutine signature we use
- typedef boost::coroutines::coroutine<void()> coro;
+ /// Canonical boost::dcoroutines::coroutine signature we use
+ typedef boost::dcoroutines::coroutine<void()> coro;
/// Canonical 'self' type
typedef coro::self self;