summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llcommon/llcoros.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h
index f2fb7f1e70..39316ed0e6 100755
--- a/indra/llcommon/llcoros.h
+++ b/indra/llcommon/llcoros.h
@@ -260,7 +260,10 @@ public:
return boost::dcoroutines::make_callback(mFuture);
}
- explicit operator bool() const
+#ifndef LL_LINUX
+ explicit
+#endif
+ operator bool() const
{
return bool(mFuture);
}